Home
last modified time | relevance | path

Searched defs:nanoappInstanceId (Results 1 – 5 of 5) sorted by relevance

/system/chre/core/include/chre/core/
Dgnss_manager.h101 uint32_t nanoappInstanceId; member
112 uint32_t nanoappInstanceId; member
Dwifi_request_manager.h164 uint32_t nanoappInstanceId; //!< ID of the Nanoapp issuing this request member
Dsensor_request_manager.h197 uint32_t nanoappInstanceId; member
/system/chre/core/
Dwifi_request_manager.cc367 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent()
396 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal()
405 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent()
428 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal()
Dsensor_request_manager.cc361 uint32_t nanoappInstanceId = nanoapp->getInstanceId(); in flushAsync() local