Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dwifi_request_manager.h385 bool postRangingAsyncResult(uint8_t errorCode);
/system/chre/core/
Dwifi_request_manager.cc541 bool WifiRequestManager::postRangingAsyncResult(uint8_t errorCode) { in postRangingAsyncResult() function in chre::WifiRequestManager
580 postRangingAsyncResult(CHRE_ERROR); in dispatchQueuedRangingRequest()
592 if (postRangingAsyncResult(errorCode)) { in handleRangingEventSync()