Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 20 of 20) sorted by relevance

/system/chre/util/nanoapp/
Dsensor.cc24 const char *getSensorNameForEventType(uint32_t eventType) { in getSensorNameForEventType()
/system/chre/apps/hello_world/
Dhello_world.cc39 uint16_t eventType, in nanoappHandleEvent()
/system/chre/core/include/chre/core/
Devent.h49 const uint16_t eventType; variable
/system/chre/apps/wwan_world/
Dwwan_world.cc51 uint16_t eventType, in nanoappHandleEvent()
/system/chre/apps/gnss_world/
Dgnss_world.cc58 uint16_t eventType, in nanoappHandleEvent()
/system/chre/platform/linux/
Dplatform_nanoapp.cc29 uint16_t eventType, in handleEvent()
/system/chre/apps/timer_world/
Dtimer_world.cc60 uint16_t eventType, in nanoappHandleEvent()
/system/chre/apps/message_world/
Dmessage_world.cc54 uint16_t eventType, in nanoappHandleEvent()
/system/chre/platform/shared/
Dchre_api_core.cc29 bool chreSendEvent(uint16_t eventType, void *eventData, in chreSendEvent()
/system/netd/server/binder/android/net/metrics/
DINetdEventListener.aidl49 void onDnsEvent(int netId, int eventType, int returnCode, int latencyMs, String hostname, in onDnsEvent()
/system/chre/core/
Dwifi_request_manager.cc143 auto callback = [](uint16_t eventType, void *eventData) { in handleScanEvent()
429 void WifiRequestManager::freeWifiAsyncResultCallback(uint16_t eventType, in freeWifiAsyncResultCallback()
434 void WifiRequestManager::freeWifiScanEventCallback(uint16_t eventType, in freeWifiScanEventCallback()
Dsensor_request_manager.cc135 uint16_t eventType = getSampleEventTypeForSensorType(sensorType); in setSensorRequest() local
229 uint16_t eventType = getSampleEventTypeForSensorType(sensorType); in removeAllRequests() local
Devent_loop_manager.cc106 bool EventLoopManager::postEvent(uint16_t eventType, void *eventData, in postEvent()
Dsensor_request.cc73 SensorType getSensorTypeForSampleEventType(uint16_t eventType) { in getSensorTypeForSampleEventType()
Devent_loop.cc172 bool EventLoop::postEvent(uint16_t eventType, void *eventData, in postEvent()
/system/chre/apps/wifi_world/
Dwifi_world.cc198 uint16_t eventType, in nanoappHandleEvent()
/system/chre/platform/slpi/
Dplatform_nanoapp.cc91 uint16_t eventType, in handleEvent()
Dplatform_sensor.cc447 void smgrSensorDataEventFree(uint16_t eventType, void *eventData) { in smgrSensorDataEventFree()
/system/chre/apps/imu_cal/
Dimu_cal.cc114 uint16_t eventType, in nanoappHandleEvent()
/system/chre/apps/sensor_world/
Dsensor_world.cc172 uint16_t eventType, in nanoappHandleEvent()