Searched refs:nanoappInstanceId (Results 1 - 6 of 6) sorted by relevance

/system/chre/core/include/chre/core/
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
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
/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...]
H A Dgnss_request_manager.cc110 request.nanoappInstanceId);
121 transition.nanoappInstanceId);
172 if (mLocationSessionRequests[i].nanoappInstanceId == instanceId) {
189 stateTransition.nanoappInstanceId = instanceId;
278 locationSessionRequest.nanoappInstanceId = instanceId;
363 postLocationSessionAsyncResultEventFatal(stateTransition.nanoappInstanceId,
375 stateTransition.nanoappInstanceId, &requestIndex);
387 "%" PRIu32, stateTransition.nanoappInstanceId);
389 stateTransition.nanoappInstanceId, false /* success */,
396 stateTransition.nanoappInstanceId, tru
[all...]
H A Dtimer_pool.cc38 timerRequest.nanoappInstanceId = nanoapp->getInstanceId();
79 } else if (timerRequest->nanoappInstanceId != nanoapp->getInstanceId()) {
180 currentTimerRequest.nanoappInstanceId);

Completed in 77 milliseconds