Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dwifi_request_manager.h164 uint32_t nanoappInstanceId; //!< ID of the Nanoapp issuing this request member
299 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
310 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode,
326 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
337 uint32_t nanoappInstanceId, bool success, uint8_t errorCode,
Dsensor_request_manager.h207 nanoappInstanceId = id; in FlushRequest()
214 uint32_t nanoappInstanceId; member
482 SensorType sensorType, uint32_t nanoappInstanceId = kSystemInstanceId);
Dgnss_manager.h101 uint32_t nanoappInstanceId; member
112 uint32_t nanoappInstanceId; member
/system/chre/core/
Dwifi_request_manager.cc90 req.nanoappInstanceId = nanoapp->getInstanceId(); in requestRanging()
284 transition.nanoappInstanceId); in logStateToBuffer()
320 scanMonitorStateTransition.nanoappInstanceId = nanoapp->getInstanceId(); in addScanMonitorRequestToQueue()
367 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent() argument
371 if (!success || updateNanoappScanMonitoringList(enable, nanoappInstanceId)) { in postScanMonitorAsyncResultEvent()
386 nanoappInstanceId); in postScanMonitorAsyncResultEvent()
397 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEventFatal() argument
399 if (!postScanMonitorAsyncResultEvent(nanoappInstanceId, success, enable, in postScanMonitorAsyncResultEventFatal()
406 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent() argument
423 nanoappInstanceId); in postScanRequestAsyncResultEvent()
[all …]
Dgnss_manager.cc125 request.nanoappInstanceId); in logStateToBuffer()
134 transition.enable, transition.nanoappInstanceId); in logStateToBuffer()
171 if (mRequests[i].nanoappInstanceId == instanceId) { in nanoappHasRequest()
188 stateTransition.nanoappInstanceId = instanceId; in addRequestToQueue()
261 request.nanoappInstanceId = instanceId; in updateRequests()
332 postAsyncResultEventFatal(stateTransition.nanoappInstanceId, success, in handleStatusChangeSync()
344 stateTransition.nanoappInstanceId, &requestIndex); in handleStatusChangeSync()
354 stateTransition.nanoappInstanceId); in handleStatusChangeSync()
356 stateTransition.nanoappInstanceId, false /* success */, in handleStatusChangeSync()
363 stateTransition.nanoappInstanceId, true /* success */, in handleStatusChangeSync()
Dsensor_request_manager.cc364 uint32_t nanoappInstanceId = nanoapp->getInstanceId(); in flushAsync() local
373 mFlushRequestQueue.emplace_back(sensorType, nanoappInstanceId, cookie); in flushAsync()
465 request.nanoappInstanceId); in postFlushCompleteEvent()
516 SensorType sensorType, uint32_t nanoappInstanceId) { in cancelFlushRequests() argument
517 bool removeAll = (nanoappInstanceId == kSystemInstanceId); in cancelFlushRequests()
521 (request.nanoappInstanceId == nanoappInstanceId || removeAll)) { in cancelFlushRequests()
668 request.nanoappInstanceId); in makeFlushRequest()