Home
last modified time | relevance | path

Searched refs:chreAsyncResult (Results 1 – 25 of 54) sorted by relevance

123

/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h129 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/
Dpower_test.cc84 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/
Dchre_stress_test_manager.h135 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/
Dble_test.cc124 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 …]
Dwifi_test.cc54 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()
Dgnss_test.cc80 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()
Dwifi_timeout_test.cc67 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()
Dwifi_scan_test.cc76 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/
Dbasic_wifi_test.h76 void handleChreWifiAsyncEvent(const chreAsyncResult *result);
83 void processChreWifiAsyncResult(const chreAsyncResult *result);
Dbasic_gnss_test.cc94 void BasicGnssTest::handleGnssAsyncResult(const chreAsyncResult *result) { in handleGnssAsyncResult()
132 handleGnssAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleEvent()
Dbasic_ble_test.cc85 void BasicBleTest::handleBleAsyncResult(const chreAsyncResult *result) { in handleBleAsyncResult()
156 handleBleAsyncResult(static_cast<const chreAsyncResult *>(eventData)); in handleEvent()
Dbasic_gnss_test.h53 void handleGnssAsyncResult(const chreAsyncResult *result);
/system/chre/apps/ble_world/
Dble_world.cc213 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/
Dble_scanner.cc131 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/
Dchre_settings_test_manager.cc292 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/
Dcommon.h145 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_4/chre/
Dcommon.h146 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_5/chre/
Dcommon.h146 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_1/chre/
Dcommon.h145 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_2/chre/
Dcommon.h145 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_6/chre/
Dcommon.h152 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_7/chre/
Dcommon.h152 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_8/chre/
Dcommon.h152 struct chreAsyncResult { struct
/system/chre/chre_api/legacy/v1_9/chre/
Dcommon.h155 struct chreAsyncResult { struct
/system/chre/apps/test/common/chre_reliable_message_test/src/
Dchre_reliable_message_test_manager.cc62 auto result = static_cast<const chreAsyncResult *>(eventData); in handleEvent()
166 void Manager::handleAsyncMessageStatus(const chreAsyncResult *result) { in handleAsyncMessageStatus()

123