Searched defs:nanoappInstanceId (Results 1 - 4 of 4) sorted by relevance

/system/chre/core/include/chre/core/
H A Dgnss_request_manager.h120 uint32_t nanoappInstanceId; member in struct:chre::GnssRequestManager::LocationSessionRequest
131 uint32_t nanoappInstanceId; member in struct:chre::GnssRequestManager::LocationSessionStateTransition
H A Dwifi_request_manager.h139 uint32_t nanoappInstanceId; member in struct:chre::WifiRequestManager::ScanMonitorStateTransition
244 * @param nanoappInstanceId The nanoapp instance ID to direct the event to.
255 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
266 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
273 * @param nanoappInstanceId The nanoapp instance ID to direct the event to.
281 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
292 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
H A Dtimer_pool.h88 uint32_t nanoappInstanceId; member in struct:chre::TimerPool::TimerRequest
/system/chre/core/
H A Dwifi_request_manager.cc202 transition.nanoappInstanceId);
240 scanMonitorStateTransition.nanoappInstanceId = nanoapp->getInstanceId();
299 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
303 if (!success || updateNanoappScanMonitoringList(enable, nanoappInstanceId)) {
317 kSystemInstanceId, nanoappInstanceId);
328 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
330 if (!postScanMonitorAsyncResultEvent(nanoappInstanceId, success, enable,
337 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
353 kSystemInstanceId, nanoappInstanceId);
360 uint32_t nanoappInstanceId, boo
298 postScanMonitorAsyncResultEvent( uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, const void *cookie) argument
327 postScanMonitorAsyncResultEventFatal( uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, const void *cookie) argument
336 postScanRequestAsyncResultEvent( uint32_t nanoappInstanceId, bool success, uint8_t errorCode, const void *cookie) argument
359 postScanRequestAsyncResultEventFatal( uint32_t nanoappInstanceId, bool success, uint8_t errorCode, const void *cookie) argument
[all...]

Completed in 51 milliseconds