Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp47 void loop();
66 mPollThread = std::thread(&EvdevModule::loop, this); in init()
81 void EvdevModule::loop() { in loop() function in android::EvdevModule
/hardware/interfaces/wifi/1.0/default/
DTHREADING.README6 2. Legacy HAL event loop thread: This is the thread forked off for processing
7 the legacy HAL event loop (wifi_event_loop()). This thread is used to process
20 accesed from the legacy hal event loop thread as well.
35 synchronous callback executed on the legacy hal event loop thread.
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DRecurrentTimer.h43 mTimerThread = std::thread(&RecurrentTimer::loop, this, action); in RecurrentTimer()
93 void loop(const Action& action) { in loop() function
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp341 int loop = 0; in postVideoEvent() local
342 while (loop++ < 6) { in postVideoEvent()
347 if (loop >= 6) { in postVideoEvent()