Home
last modified time | relevance | path

Searched defs:event_mask (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/tools/flip_server/
Dacceptor_thread.h52 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) {} in OnRegistration()
53 virtual void OnModification(int fd, int event_mask) {} in OnModification()
Depoll_server.cc190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { in RegisterFD()
304 void EpollServer::ModifyCallback(int fd, int event_mask) { in ModifyCallback()
324 void EpollServer::HandleEvent(int fd, int event_mask) { in HandleEvent()
506 std::string EpollServer::EventMaskToString(int event_mask) { in EventMaskToString()
617 int & event_mask = fd_i->event_mask; in ModifyFD() local
671 int event_mask = events[i].events; in WaitForEventsAndCallHandleEvents() local
Dsm_connection.h86 virtual void OnModification(int fd, int event_mask) {} in OnModification()
Dsm_connection.cc222 void SMConnection::OnRegistration(EpollServer* eps, int fd, int event_mask) { in OnRegistration()
Depoll_server.h552 mutable int event_mask; member
/external/chromium/chrome/browser/chromeos/
Dwm_ipc.cc196 GdkEventMask event_mask = gdk_window_get_events(root); in WmIpc() local
/external/skia/legacy/src/utils/unix/
DSkOSWindow_Unix.cpp85 long event_mask = NoEventMask; in post_linuxevent() local
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemevents.c81 int quit, resultat, event_mask, mouse_event; in GEM_PumpEvents() local
/external/chromium/base/
Dmessage_pump_libevent.cc143 int event_mask = persistent ? EV_PERSIST : 0; in WatchFileDescriptor() local
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c2070 UINT32 event_mask = BTA_JV_RFC_EV_MASK; in bta_jv_rfcomm_connect() local
2357 UINT32 event_mask = BTA_JV_RFC_EV_MASK; in bta_jv_add_rfc_port() local
2443 UINT32 event_mask = BTA_JV_RFC_EV_MASK; in bta_jv_rfcomm_start_server() local
/external/bluetooth/bluedroid/stack/hcic/
Dhciblecmds.c59 BOOLEAN btsnd_hcic_ble_set_evt_mask (BT_EVENT_MASK event_mask) in btsnd_hcic_ble_set_evt_mask()
Dhcicmds.c1068 BOOLEAN btsnd_hcic_set_event_mask(UINT8 local_controller_id, BT_EVENT_MASK event_mask) in btsnd_hcic_set_event_mask()
1089 BOOLEAN btsnd_hcic_set_event_mask_page_2 (UINT8 local_controller_id, BT_EVENT_MASK event_mask) in btsnd_hcic_set_event_mask_page_2()
/external/qemu/hw/
Dbt-hci.c68 uint8_t event_mask[8]; member