Searched refs:wake (Results 1 - 25 of 30) sorted by last modified time

12

/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/native/libs/sensor/include/sensor/
H A DSensorEventQueue.h79 status_t wake() const;
/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 DEventHub.h214 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
219 * The timeout is advisory only. If the device is asleep, it will not wake just to
261 virtual void wake() = 0;
333 virtual void wake();
H A DInputDispatcher.cpp282 // If any commands were run then force the next poll to wake up immediately.
288 // Wait for callback or timeout or wake. (make sure we round up, not down)
443 *nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
1041 // Force poll loop to wake up immediately on next iteration once we get the
1046 // Force poll loop to wake up when timeout is due.
2422 mLooper->wake();
2519 mLooper->wake();
2604 mLooper->wake();
2641 mLooper->wake();
2770 mLooper->wake();
[all...]
H A DInputReader.cpp709 mEventHub->wake();
841 mEventHub->wake();
950 mEventHub->wake();
2479 // Key down on external an keyboard should wake the device.
2482 // each wake key individually.
2866 // Moving an external trackball or mouse should wake the device.
3060 // Moving the rotary encoder should wake the device (if specified).
3401 // Initial downs on external touch devices should wake the device.
3404 mParameters.wake = getDevice()->isExternal();
3405 getDevice()->getConfiguration().tryGetProperty(String8("touch.wake"),
[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
/frameworks/native/services/sensorservice/
H A DSensorService.cpp649 // Poll has returned. Hold a wakelock if one of the events is from a wake up sensor. The
781 // Send our events to clients. Check the state of wake lock for each client and release the
833 mLooper->wake();
/frameworks/native/services/sensorservice/hidl/
H A DSensorManager.cpp58 mLooper->wake();
175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work";
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp37 void ALooper::wake() { function in class:ALooper
H A DALooper.h33 void wake();
H A DASensorManager.cpp449 looper->wake();
/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py32 def wake(serial): function
H A Drunall.py35 adbutil.wake(dev)
/frameworks/base/native/android/
H A Dlooper.cpp75 ALooper_to_Looper(looper)->wake();
/frameworks/base/libs/hwui/thread/
H A DThreadBase.h37 , mQueue([this]() { mLooper->wake(); }, mLock) {}
43 mLooper->wake();
/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/av/include/media/
H A DAudioRecord.h559 void wake(); // wake to handle changed notification conditions.
H A DAudioTrack.h927 void wake(); // wake to handle changed notification conditions.
/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
H A DAAudioSimplePlayer.h385 android::status_t ret = sineData->waker.wake(error);
386 printf("Error Callback, error: %d, futex wake returns %d\n", error, ret);
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp497 t->wake();
527 t->wake();
1447 // Event driven: call wake() when callback notifications conditions change.
1481 void AudioRecord::AudioRecordThread::wake()
1485 // wake() might be called while servicing a callback - ignore the next
H A DAudioTrack.cpp1122 t->wake();
1155 t->wake();
3077 // Event driven: call wake() when callback notifications conditions change.
3111 void AudioTrack::AudioTrackThread::wake()
3115 // wake() might be called while servicing a callback - ignore the next
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h559 void wake(); // wake to handle changed notification conditions.

Completed in 342 milliseconds

12