Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 19 of 19) sorted by relevance

/system/core/init/
Depoll.cpp49 epoll_event ev; in RegisterHandler() local
79 epoll_event ev[max_events]; in Wait() local
Dkeychords_test.cpp205 TestFrame::TestFrame(const std::vector<const std::vector<int>>& chords, EventHandler* ev) in TestFrame()
303 EventHandler ev; in TEST() local
312 EventHandler ev; in TEST() local
325 EventHandler ev; in TEST() local
338 EventHandler ev; in TEST() local
/system/chre/apps/sensor_world/
Dsensor_world.cc312 const auto *ev = static_cast<const chreSensorThreeAxisData *>(eventData); in nanoappHandleEvent() local
349 const auto *ev = static_cast<const chreSensorFloatData *>(eventData); in nanoappHandleEvent() local
365 const auto *ev = static_cast<const chreSensorByteData *>(eventData); in nanoappHandleEvent() local
404 const auto *ev = static_cast<const chreSensorOccurrenceData *>(eventData); in nanoappHandleEvent() local
413 const auto *ev = static_cast<const chreSensorSamplingStatusEvent *>( in nanoappHandleEvent() local
/system/bt/btif/co/
Dbta_hh_co.cc63 static int uhid_write(int fd, const struct uhid_event* ev) { in uhid_write()
84 struct uhid_event ev; in uhid_read_event() local
281 struct uhid_event ev; in bta_hh_co_destroy() local
292 struct uhid_event ev; in bta_hh_co_write() local
508 struct uhid_event ev; in bta_hh_co_send_hid_info() local
578 struct uhid_event ev; in bta_hh_co_get_rpt_rsp() local
/system/tools/hidl/lint/lints/
DenumMaxAndAll.cpp44 for (const EnumValue* ev : enumType->values()) { in enumValueNames() local
DnamingConventions.cpp78 for (const EnumValue* ev : enumType->values()) { in namingConventions() local
/system/core/adb/fdevent/
Dfdevent_epoll.cpp80 epoll_event ev = calculate_epoll_event(fde); in Register() local
101 epoll_event ev = calculate_epoll_event(fde); in Set() local
/system/core/adb/daemon/
Dadb_wifi.cpp128 void TlsServer::StaticOnFdEvent(int fd, unsigned ev, void* opaque) { in StaticOnFdEvent()
133 void TlsServer::OnFdEvent(int fd, unsigned ev) { in OnFdEvent()
/system/core/adb/
Dadb_listeners.cpp77 static void ss_listener_event_func(int _fd, unsigned ev, void *_l) { in ss_listener_event_func()
94 static void listener_event_func(int _fd, unsigned ev, void* _l) in listener_event_func()
Dsockets.cpp351 static void local_socket_event_func(int fd, unsigned ev, void* _s) { in local_socket_event_func()
Dtransport.cpp763 static void transport_registration_func(int _fd, unsigned ev, void*) { in transport_registration_func()
/system/extras/slideshow/
Dslideshow.cpp36 struct input_event ev; in input_cb() local
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp109 struct epoll_event ev = epoll_event(); in main() local
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp270 static void crash_request_cb(evutil_socket_t sockfd, short ev, void* arg) { in crash_request_cb()
337 static void crash_completed_cb(evutil_socket_t sockfd, short ev, void* arg) { in crash_completed_cb()
Dintercept_manager.cpp84 static void intercept_request_cb(evutil_socket_t sockfd, short ev, void* arg) { in intercept_request_cb()
/system/core/healthd/
Dhealthd_mode_charger.cpp444 void Charger::UpdateInputState(input_event* ev) { in UpdateInputState()
603 input_event ev; in InputCallback() local
/system/bt/hci/src/
Dhci_layer_linux.cc283 struct mgmt_pkt ev; in wait_hcidev() local
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc118 struct mgmt_pkt ev; in waitHciDev() local
/system/core/adb/client/
Dtransport_mdns.cpp135 static void pump_service_ref(int /*fd*/, unsigned ev, void* data) { in pump_service_ref()