Searched refs:callbackType (Results 1 – 6 of 6) sorted by relevance
/system/chre/core/ |
D | timer_pool.cc | 34 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()
|
D | host_endpoint_manager.cc | 41 SystemCallbackType callbackType = static_cast<SystemCallbackType>(type); in hostNotificationCallback() local 42 if (callbackType == SystemCallbackType::HostEndpointDisconnected) { in hostNotificationCallback()
|
D | gnss_manager.cc | 33 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/ |
D | timer_pool.h | 90 SystemCallbackType callbackType, void *data); 143 SystemCallbackType callbackType; member 210 SystemCallbackType callbackType, bool isOneShot);
|
D | event_loop_manager.h | 135 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/ |
D | ContextHubBleConcurrencyTestExecutor.java | 84 public void onScanResult(int callbackType, ScanResult result) {
|