OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemCallbackType
(Results
1 - 10
of
10
) sorted by null
/system/chre/core/include/chre/core/
event_loop_manager.h
38
enum class
SystemCallbackType
: uint16_t {
113
bool deferCallback(
SystemCallbackType
type, void *data,
/system/chre/apps/unload_tester/
unload_tester.cc
88
SystemCallbackType
::HandleUnloadNanoapp, nullptr, handleUnload)) {
/system/chre/core/
event_loop_manager.cc
67
bool EventLoopManager::deferCallback(
SystemCallbackType
type, void *data,
wwan_request_manager.cc
61
SystemCallbackType
::WwanHandleCellInfoResult, result, callback);
wifi_request_manager.cc
133
SystemCallbackType
::WifiScanMonitorStateChange, cbState, callback);
162
SystemCallbackType
::WifiRequestScanResponse, cbState, callback);
174
SystemCallbackType
::WifiHandleScanEvent, event, callback);
host_comms_manager.cc
144
SystemCallbackType
::MessageToHostComplete, msgToHost, freeMsgCallback);
gnss_request_manager.cc
81
SystemCallbackType
::GnssLocationSessionStatusChange, cbState, callback);
/system/chre/platform/slpi/
init.cc
116
chre::
SystemCallbackType
::PerformDebugDump, &debugDumpHandle,
host_link.cc
628
SystemCallbackType
::NanoappListResponse, cbData.ptr,
652
SystemCallbackType
::FinishLoadingNanoapp, cbData.get(),
676
SystemCallbackType
::HandleUnloadNanoapp, cbData,
platform_sensor.cc
569
SystemCallbackType
::SensorLastEventUpdate, callbackData, callback)) {
[
all
...]
Completed in 59 milliseconds