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.h214 uint32_t nanoappInstanceId; member
/system/chre/core/
Dwifi_request_manager.cc367 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent()
397 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal()
406 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent()
430 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal()
Dsensor_request_manager.cc364 uint32_t nanoappInstanceId = nanoapp->getInstanceId(); in flushAsync() local
516 SensorType sensorType, uint32_t nanoappInstanceId) { in cancelFlushRequests()