/system/chre/apps/test/common/chre_settings_test/inc/ |
D | chre_settings_test_manager.h | 129 bool validateAsyncResult(const chreAsyncResult *result, 135 void handleWifiAsyncResult(const chreAsyncResult *result); 136 void handleGnssAsyncResult(const chreAsyncResult *result); 169 void handleBleAsyncResult(const chreAsyncResult *result);
|
/system/chre/apps/power_test/common/ |
D | power_test.cc | 84 const struct chreAsyncResult *event = in nanoappHandleEvent() 85 static_cast<const struct chreAsyncResult *>(eventData); in nanoappHandleEvent() 111 const struct chreAsyncResult *event = in nanoappHandleEvent() 112 static_cast<const struct chreAsyncResult *>(eventData); in nanoappHandleEvent()
|
/system/chre/apps/test/common/chre_stress_test/inc/ |
D | chre_stress_test_manager.h | 135 void handleWifiAsyncResult(const chreAsyncResult *result); 174 void handleGnssAsyncResult(const chreAsyncResult *result); 181 void validateGnssAsyncResult(const chreAsyncResult *result, 245 void handleBleAsyncResult(const chreAsyncResult *result);
|
/system/chre/test/simulation/ |
D | ble_test.cc | 124 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 190 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 242 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 316 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 380 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 467 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 531 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 662 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() 711 chreAsyncResult result; in TEST_F() 750 auto *event = static_cast<const struct chreAsyncResult *>(eventData); in TEST_F() [all …]
|
D | wifi_test.cc | 54 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 122 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 187 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F()
|
D | gnss_test.cc | 80 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 190 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 267 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 337 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 415 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F()
|
D | wifi_timeout_test.cc | 67 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 167 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 281 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 386 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F()
|
D | wifi_scan_test.cc | 76 auto *event = static_cast<const chreAsyncResult *>(eventData); in handleEvent() 173 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 265 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F() 363 auto *event = static_cast<const chreAsyncResult *>(eventData); in TEST_F()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | basic_wifi_test.h | 76 void handleChreWifiAsyncEvent(const chreAsyncResult *result); 83 void processChreWifiAsyncResult(const chreAsyncResult *result);
|
D | basic_gnss_test.cc | 94 void BasicGnssTest::handleGnssAsyncResult(const chreAsyncResult *result) { in handleGnssAsyncResult() 132 handleGnssAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleEvent()
|
D | basic_ble_test.cc | 85 void BasicBleTest::handleBleAsyncResult(const chreAsyncResult *result) { in handleBleAsyncResult() 156 handleBleAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleEvent()
|
D | basic_gnss_test.h | 53 void handleGnssAsyncResult(const chreAsyncResult *result);
|
/system/chre/apps/ble_world/ |
D | ble_world.cc | 213 void handleAsyncResultEvent(const chreAsyncResult *result) { in handleAsyncResultEvent() 278 void handleFlushCompleteEvent(const chreAsyncResult *event) { in handleFlushCompleteEvent() 293 handleAsyncResultEvent(static_cast<const chreAsyncResult *>(eventData)); in nanoappHandleEvent() 299 handleFlushCompleteEvent(static_cast<const chreAsyncResult *>(eventData)); in nanoappHandleEvent()
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | ble_scanner.cc | 131 const chreAsyncResult *async_result; in HandleEvent() 134 async_result = static_cast<const chreAsyncResult *>(event_data); in HandleEvent() 340 const chreAsyncResult *async_result = 341 static_cast<const chreAsyncResult *>(event_data);
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 292 handleWifiAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleDataFromChre() 300 handleGnssAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleDataFromChre() 309 handleBleAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleDataFromChre() 385 bool Manager::validateAsyncResult(const chreAsyncResult *result, in validateAsyncResult() 407 void Manager::handleWifiAsyncResult(const chreAsyncResult *result) { in handleWifiAsyncResult() 476 void Manager::handleGnssAsyncResult(const chreAsyncResult *result) { in handleGnssAsyncResult() 653 void Manager::handleBleAsyncResult(const chreAsyncResult *result) { in handleBleAsyncResult()
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | common.h | 145 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | common.h | 146 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | common.h | 146 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | common.h | 145 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | common.h | 145 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | common.h | 152 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | common.h | 152 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_8/chre/ |
D | common.h | 152 struct chreAsyncResult { struct
|
/system/chre/chre_api/legacy/v1_9/chre/ |
D | common.h | 155 struct chreAsyncResult { struct
|
/system/chre/apps/test/common/chre_reliable_message_test/src/ |
D | chre_reliable_message_test_manager.cc | 62 auto result = static_cast<const chreAsyncResult *>(eventData); in handleEvent() 166 void Manager::handleAsyncMessageStatus(const chreAsyncResult *result) { in handleAsyncMessageStatus()
|