/chre-3.4.0/apps/test/chqts/src/general_test/ |
D | send_event_test.cc | 138 const uint32_t id = chreGetInstanceId(); in setUp() local 144 if (!chreSendEvent(kEventType0, &mData[0], completeCallback0, id)) { in setUp() 149 if (!chreSendEvent(kEventType0, &mData[1], completeCallback1, id)) { in setUp() 154 if (!chreSendEvent(kEventType1, &mData[2], completeCallback0, id)) { in setUp() 159 if (!chreSendEvent(kEventType1, &mData[3], completeCallback1, id)) { in setUp() 164 if (!chreSendEvent(kEventType0, &mData[4], nullptr, id)) { in setUp() 169 if (!chreSendEvent(kEventType1, &mData[5], nullptr, id)) { in setUp() 174 if (!chreSendEvent(kEventType0, nullptr, nullptr, id)) { in setUp() 179 if (!chreSendEvent(kEventType1, kOddData, nullptr, id)) { in setUp()
|
/chre-3.4.0/chre_api/legacy/v1_2/chre/ |
D | common.h | 57 #define CHRE_EXTRACT_VENDOR_ID(id) ((id) & CHRE_VENDOR_ID_MASK) argument
|
/chre-3.4.0/chre_api/legacy/v1_4/chre/ |
D | common.h | 57 #define CHRE_EXTRACT_VENDOR_ID(id) ((id) & CHRE_VENDOR_ID_MASK) argument
|
/chre-3.4.0/chre_api/legacy/v1_1/chre/ |
D | common.h | 57 #define CHRE_EXTRACT_VENDOR_ID(id) ((id) & CHRE_VENDOR_ID_MASK) argument
|
/chre-3.4.0/chre_api/legacy/v1_3/chre/ |
D | common.h | 57 #define CHRE_EXTRACT_VENDOR_ID(id) ((id) & CHRE_VENDOR_ID_MASK) argument
|
/chre-3.4.0/chre_api/include/chre_api/chre/ |
D | common.h | 57 #define CHRE_EXTRACT_VENDOR_ID(id) ((id) & CHRE_VENDOR_ID_MASK) argument
|
/chre-3.4.0/apps/test/common/chre_audio_concurrency_test/inc/ |
D | chre_audio_concurrency_test_manager.h | 53 TestSession(uint16_t id, TestStep step) { in TestSession() 54 this->hostEndpointId = id; in TestSession()
|
/chre-3.4.0/apps/test/common/chre_settings_test/inc/ |
D | chre_settings_test_manager.h | 69 TestSession(uint16_t id, Feature feature, FeatureState state, in TestSession() 71 this->hostEndpointId = id; in TestSession()
|
/chre-3.4.0/host/common/test/ |
D | chre_test_client.cc | 345 uint64_t id = 0; in main() local 355 std::istringstream(idstr) >> std::setbase(0) >> id; in main() 365 sendLoadNanoappRequest(client, path.c_str(), id, appVersion, apiVersion, in main() 370 uint64_t id = 0; in main() local 377 std::istringstream(idstr) >> std::setbase(0) >> id; in main() 378 sendUnloadNanoappRequest(client, id); in main()
|
/chre-3.4.0/core/include/chre/core/ |
D | sensor_request_manager.h | 283 FlushRequest(uint32_t handle, uint32_t id, const void *cookiePtr) { in FlushRequest() 285 nanoappInstanceId = id; in FlushRequest()
|
/chre-3.4.0/host/common/test/power_test/ |
D | chre_power_test_client.cc | 509 uint64_t id = getId(args); in isLoaded() local 514 if (appId == id) { in isLoaded()
|
/chre-3.4.0/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1448 !ReadScalar<voffset_t>(buf_.data() + field_location->id)); 1449 WriteScalar<voffset_t>(buf_.data() + field_location->id, pos); 2111 voffset_t id;
|
/chre-3.4.0/platform/slpi/see/ |
D | see_helper.cc | 501 const char *getAttrNameFromAttrId(int32_t id) { in getAttrNameFromAttrId() argument 502 switch (id) { in getAttrNameFromAttrId()
|
/chre-3.4.0/pal/doc/ |
D | Doxyfile | 1233 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on 1574 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/chre-3.4.0/chre_api/doc/ |
D | Doxyfile | 1233 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on 1574 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|