HomeSort by relevance Sort by last modified time
    Searched refs:handle_event (Results 1 - 15 of 15) 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 204 void ShellXcb::handle_event(const xcb_generic_event_t *ev) function in class:ShellXcb
262 handle_event(ev);
288 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
event_dispatcher.py 350 def handle_event(self, member in class:EventDispatcher
android_device.py 597 def get_droid(self, handle_event=True):
606 handle_event: True if this droid session will need to handle
650 if handle_event:
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 172 worker = self.adv_ad.ed.handle_event(
223 worker = self.adv_ad.ed.handle_event(
243 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(
  /test/vts/utils/python/controllers/
event_dispatcher.py 350 def handle_event(self, member in class:EventDispatcher
android_device.py 800 def startSl4aClient(self, handle_event=True):
809 handle_event: True if this droid session will need to handle
823 if handle_event:
    [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);
  /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 3696 milliseconds