OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nanoappInstanceId
(Results
1 - 6
of
6
) sorted by null
/system/chre/core/include/chre/core/
wifi_request_manager.h
139
uint32_t
nanoappInstanceId
;
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,
timer_pool.h
88
uint32_t
nanoappInstanceId
;
gnss_request_manager.h
120
uint32_t
nanoappInstanceId
;
131
uint32_t
nanoappInstanceId
;
/system/chre/core/
wifi_request_manager.cc
202
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
, bool success, uint8_t errorCode
[
all
...]
gnss_request_manager.cc
110
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
, true /* success */
[
all
...]
timer_pool.cc
38
timerRequest.
nanoappInstanceId
= nanoapp->getInstanceId();
79
} else if (timerRequest->
nanoappInstanceId
!= nanoapp->getInstanceId()) {
180
currentTimerRequest.
nanoappInstanceId
);
Completed in 61 milliseconds