Searched refs:SystemCallbackType (Results 1 – 19 of 19) sorted by relevance
/system/chre/core/include/chre/core/ |
D | event_loop_manager.h | 88 void deferCallback(SystemCallbackType type, void *data, in deferCallback() 110 TimerHandle setDelayedCallback(SystemCallbackType type, void *data, in setDelayedCallback()
|
D | event_loop_common.h | 28 enum class SystemCallbackType : uint16_t { enum
|
D | timer_pool.h | 86 SystemCallbackType callbackType, const void *cookie);
|
/system/chre/platform/shared/ |
D | platform_sensor_util.cc | 65 SystemCallbackType::SensorLastEventUpdate, callbackData, callback); in updateLastEvent()
|
/system/chre/platform/slpi/see/ |
D | power_control_manager.cc | 58 SystemCallbackType::AudioHandleHostAwake, nullptr, callback); in onHostWakeSuspendEvent()
|
D | platform_sensor.cc | 322 SystemCallbackType::SensorStatusUpdate, status.release(), callback); in onSamplingStatusUpdate()
|
/system/chre/core/ |
D | wifi_request_manager.cc | 184 SystemCallbackType::WifiScanMonitorStateChange, cbState, callback); in handleScanMonitorStateChange() 210 SystemCallbackType::WifiRequestScanResponse, cbState, callback); in handleScanResponse() 236 SystemCallbackType::WifiHandleFailedRanging, error.eventData, errorCb); in handleRangingEvent() 245 SystemCallbackType::WifiHandleRangingEvent, event, successCb); in handleRangingEvent() 257 SystemCallbackType::WifiHandleScanEvent, event, callback); in handleScanEvent()
|
D | timer_pool.cc | 34 SystemCallbackType callbackType, const void *cookie) { in setSystemTimer() 270 SystemCallbackType::TimerPoolTick, timerPoolPtr, callback); in handleSystemTimerCallback()
|
D | wwan_request_manager.cc | 61 SystemCallbackType::WwanHandleCellInfoResult, result, callback); in handleCellInfoResult()
|
D | host_comms_manager.cc | 144 SystemCallbackType::MessageToHostComplete, msgToHost, freeMsgCallback); in onMessageToHostComplete()
|
D | audio_request_manager.cc | 79 SystemCallbackType::AudioHandleDataEvent, in handleAudioDataEvent() 104 SystemCallbackType::AudioAvailabilityChange, cbState, callback); in handleAudioAvailability()
|
D | sensor_request_manager.cc | 410 SystemCallbackType::SensorFlushComplete, state.eventData, callback); in handleFlushCompleteEvent() 629 SystemCallbackType::SensorFlushTimeout, nullptr /* data */, in makeFlushRequest()
|
D | gnss_manager.cc | 105 SystemCallbackType::GnssSessionStatusChange, cbState, callback); in handleStatusChange()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 88 SystemCallbackType::HandleUnloadNanoapp, nullptr, handleUnload); in nanoappHandleEvent()
|
/system/chre/platform/slpi/ |
D | init.cc | 107 chre::SystemCallbackType::PerformDebugDump, &debugDumpHandle, in onDebugDumpRequested()
|
D | host_link.cc | 786 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest() 820 SystemCallbackType::FinishLoadingNanoapp, cbData.release(), in handleLoadNanoappRequest() 841 SystemCallbackType::HandleUnloadNanoapp, cbData, in handleUnloadNanoappRequest()
|
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/ |
D | smr_helper.h | 301 SystemCallbackType::SensorStatusInfoResponse, resp_cb_data, callback); in smrAsyncRespCb()
|
/system/chre/platform/android/ |
D | host_link.cc | 147 SystemCallbackType::NanoappListResponse, cbData.ptr, in handleNanoappListRequest()
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor.cc | 958 SystemCallbackType::SensorStatusUpdate, in handleSensorStatusMonitorIndication()
|