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

/system/chre/core/include/chre/core/
H A Dtimer_pool.h81 uint32_t nanoappInstanceId; member in struct:chre::TimerPool::TimerRequest
H A Dgnss_manager.h101 uint32_t nanoappInstanceId; member in struct:chre::GnssSession::Request
112 uint32_t nanoappInstanceId; member in struct:chre::GnssSession::StateTransition
H A Dwifi_request_manager.h164 uint32_t nanoappInstanceId; //!< ID of the Nanoapp issuing this request member in struct:chre::WifiRequestManager::PendingRequestBase
287 * @param nanoappInstanceId The nanoapp instance ID to direct the event to.
299 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
310 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
317 * @param nanoappInstanceId The nanoapp instance ID to direct the event to.
326 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
337 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
/system/chre/core/
H A Dwifi_request_manager.cc90 req.nanoappInstanceId = nanoapp->getInstanceId();
285 transition.nanoappInstanceId);
323 scanMonitorStateTransition.nanoappInstanceId = nanoapp->getInstanceId();
376 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
380 if (!success || updateNanoappScanMonitoringList(enable, nanoappInstanceId)) {
394 kSystemInstanceId, nanoappInstanceId);
405 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
407 if (!postScanMonitorAsyncResultEvent(nanoappInstanceId, success, enable,
414 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
430 kSystemInstanceId, nanoappInstanceId);
375 postScanMonitorAsyncResultEvent( uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, const void *cookie) argument
404 postScanMonitorAsyncResultEventFatal( uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, const void *cookie) argument
413 postScanRequestAsyncResultEvent( uint32_t nanoappInstanceId, bool success, uint8_t errorCode, const void *cookie) argument
436 postScanRequestAsyncResultEventFatal( uint32_t nanoappInstanceId, bool success, uint8_t errorCode, const void *cookie) argument
[all...]

Completed in 48 milliseconds