Searched defs:eventType (Results 1 – 20 of 20) sorted by relevance
/system/chre/util/nanoapp/ |
D | sensor.cc | 24 const char *getSensorNameForEventType(uint32_t eventType) { in getSensorNameForEventType()
|
/system/chre/apps/hello_world/ |
D | hello_world.cc | 39 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/core/include/chre/core/ |
D | event.h | 49 const uint16_t eventType; variable
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 51 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 58 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 29 uint16_t eventType, in handleEvent()
|
/system/chre/apps/timer_world/ |
D | timer_world.cc | 60 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/apps/message_world/ |
D | message_world.cc | 54 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/platform/shared/ |
D | chre_api_core.cc | 29 bool chreSendEvent(uint16_t eventType, void *eventData, in chreSendEvent()
|
/system/netd/server/binder/android/net/metrics/ |
D | INetdEventListener.aidl | 49 void onDnsEvent(int netId, int eventType, int returnCode, int latencyMs, String hostname, in onDnsEvent()
|
/system/chre/core/ |
D | wifi_request_manager.cc | 143 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()
|
D | sensor_request_manager.cc | 135 uint16_t eventType = getSampleEventTypeForSensorType(sensorType); in setSensorRequest() local 229 uint16_t eventType = getSampleEventTypeForSensorType(sensorType); in removeAllRequests() local
|
D | event_loop_manager.cc | 106 bool EventLoopManager::postEvent(uint16_t eventType, void *eventData, in postEvent()
|
D | sensor_request.cc | 73 SensorType getSensorTypeForSampleEventType(uint16_t eventType) { in getSensorTypeForSampleEventType()
|
D | event_loop.cc | 172 bool EventLoop::postEvent(uint16_t eventType, void *eventData, in postEvent()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 198 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 91 uint16_t eventType, in handleEvent()
|
D | platform_sensor.cc | 447 void smgrSensorDataEventFree(uint16_t eventType, void *eventData) { in smgrSensorDataEventFree()
|
/system/chre/apps/imu_cal/ |
D | imu_cal.cc | 114 uint16_t eventType, in nanoappHandleEvent()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 172 uint16_t eventType, in nanoappHandleEvent()
|