Home
last modified time | relevance | path

Searched refs:mGnssLocationAsyncRequest (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/apps/test/common/chre_stress_test/src/
H A Dchre_stress_test_manager.cc183 mGnssLocationAsyncRequest.has_value()) { in handleTimerEvent()
254 validateGnssAsyncResult(result, mGnssLocationAsyncRequest, in handleGnssAsyncResult()
471 mGnssLocationAsyncRequest = AsyncRequest(&kGnssLocationCookie); in makeGnssLocationRequest()
/aosp12/system/chre/apps/test/common/chre_stress_test/inc/
H A Dchre_stress_test_manager.h194 Optional<AsyncRequest> mGnssLocationAsyncRequest; variable