Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc34 SystemCallbackType callbackType, in setSystemTimer() argument
38 setTimer(kSystemInstanceId, duration, data, callback, callbackType, in setSystemTimer()
70 SystemCallbackType callbackType, in setTimer() argument
81 timerRequest.callbackType = callbackType; in setTimer()
250 currentTimerRequest.callbackType, in handleExpiredTimersAndScheduleNextLocked()
Dhost_endpoint_manager.cc41 SystemCallbackType callbackType = static_cast<SystemCallbackType>(type); in hostNotificationCallback() local
42 if (callbackType == SystemCallbackType::HostEndpointDisconnected) { in hostNotificationCallback()
Dgnss_manager.cc33 bool getCallbackType(uint16_t eventType, SystemCallbackType *callbackType) { in getCallbackType() argument
37 *callbackType = SystemCallbackType::GnssLocationReportEvent; in getCallbackType()
41 *callbackType = SystemCallbackType::GnssMeasurementReportEvent; in getCallbackType()
53 bool getReportEventType(SystemCallbackType callbackType, uint16_t *eventType) { in getReportEventType() argument
55 switch (callbackType) { in getReportEventType()
66 static_cast<uint16_t>(callbackType)); in getReportEventType()
/system/chre/core/include/chre/core/
Dtimer_pool.h90 SystemCallbackType callbackType, void *data);
143 SystemCallbackType callbackType; member
210 SystemCallbackType callbackType, bool isOneShot);
Devent_loop_manager.h135 auto outerCallback = [](uint16_t callbackType, void *eventData, in deferCallback()
142 innerCallback(static_cast<SystemCallbackType>(callbackType), in deferCallback()
/system/chre/java/test/ble_concurrency/src/com/google/android/chre/test/bleconcurrency/
DContextHubBleConcurrencyTestExecutor.java84 public void onScanResult(int callbackType, ScanResult result) {