HomeSort by relevance Sort by last modified time
    Searched refs:handle_event (Results 1 - 16 of 16) sorted by null

  /device/google/contexthub/firmware/app/test1.app/
test_app1.c 34 static void handle_event(uint32_t evtType, const void* evtData) function
41 APP_INIT(0, start_task, end_task, handle_event);
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 40 void handle_event(const xcb_generic_event_t *ev);
ShellXcb.cpp 177 void ShellXcb::handle_event(const xcb_generic_event_t *ev) { function in class:ShellXcb
222 handle_event(ev);
245 handle_event(ev);
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 47 static void handle_event(uint32_t evtType, const void* evtData) function
76 APP_INIT(0, start_task, end_task, handle_event);
  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 71 def get_droid(self, handle_event=True):
80 handle_event: True if this droid session will need to handle
android_device.py 587 def get_droid(self, handle_event=True):
596 handle_event: True if this droid session will need to handle
615 if handle_event:
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 173 worker = self.adv_ad.ed.handle_event(
226 worker = self.adv_ad.ed.handle_event(
247 worker = self.adv_ad.ed.handle_event(
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member in struct:inotify_operations
  /tools/test/connectivity/acts/tests/google/ble/filtering/
UniqueFilteringTest.py 124 worker = self.scn_ad.ed.handle_event(
180 worker = self.scn_ad.ed.handle_event(
229 worker = self.scn_ad.ed.handle_event(
342 worker = self.scn_ad.ed.handle_event(
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 412 static void handle_event(uint32_t evtType, const void* evtData) function
446 INTERNAL_APP_INIT(APP_ID_MAKE(NANOHUB_VENDOR_STMICRO, 4), ISL29034_APP_VERSION, init_app, end_app, handle_event);
  /test/vts/utils/python/controllers/
event_dispatcher.py 351 def handle_event(self, member in class:EventDispatcher
android_device.py     [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 703 static void handle_event(uint32_t evtType, const void* evtData) function
743 INTERNAL_APP_INIT(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 9), AMS_TMD2772_APP_VERSION, init_app, end_app, handle_event);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 756 static void handle_event(uint32_t evtType, const void* evtData) function
792 INTERNAL_APP_INIT(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 10), RPR0521_APP_VERSION, init_app, end_app, handle_event);
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
event_dispatcher.py 366 def handle_event(self, member in class:EventDispatcher
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 1012 static void handle_event(uint32_t evtType, const void* evtData) function
    [all...]

Completed in 257 milliseconds