Searched defs:wake (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py32 def wake(serial): function
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp37 void ALooper::wake() { function in class:ALooper
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp117 status_t SensorEventQueue::wake() const function in class:android::SensorEventQueue
120 looper->wake();
178 // Send mNumAcksToSend to acknowledge for the wake up sensor events received.
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h167 * Note that this code uses a futex, which is subject to spurious wake-ups.
182 * Increment value and wake up any threads that need to be woken.
186 android::status_t wake() { function in class:WakeUp
192 * Set value and wake up any threads that need to be woken.
196 android::status_t wake(int32_t value) { function in class:WakeUp
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp49 void wake();
121 void NativeMessageQueue::wake() { function in class:android::NativeMessageQueue
122 mLooper->wake();
196 nativeMessageQueue->wake();
/frameworks/native/services/inputflinger/
H A DEventHub.cpp226 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
232 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
236 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
241 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
825 ALOGV("awoken after wake()");
833 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
993 // Poll for events. Mind the wake lock dance!
994 // We hold a wake lock at all times except during epoll_wait(). This works due to some
996 // a kernel wake lock. However, once the last pending event has been read, the device
997 // driver will release the kernel wake loc
1040 void EventHub::wake() { function in class:android::EventHub
[all...]
H A DInputReader.h1316 bool wake; member in struct:android::TouchInputMapper::Parameters
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp810 virtual void wake() { function in namespace:android

Completed in 321 milliseconds