Home
last modified time | relevance | path

Searched defs:wake (Results 1 – 22 of 22) sorted by relevance

/aosp12/system/media/audio_utils/
H A Dfifo_index.cpp54 int audio_utils_fifo_index::wake(int op, int waiters) in wake() function in audio_utils_fifo_index
/aosp12/frameworks/native/services/inputflinger/
H A DInputThread.cpp42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DLooperWrapper.cpp29 void LooperWrapper::wake() { in wake() function in android::automotive::evs::V1_1::implementation::LooperWrapper
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DLooperWrapper.cpp27 void LooperWrapper::wake() { in wake() function in android::automotive::watchdog::LooperWrapper
/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h212 android::status_t wake() { in wake() function
222 android::status_t wake(int32_t value) { in wake() function
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp39 void ALooper::wake() { in wake() function in ALooper
/aosp12/system/bt/test/mock/
H A Dmock_system_libfmq_eventflag.cc92 status_t EventFlag::wake(uint32_t bitmask) { in wake() function in EventFlag
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py32 def wake(serial): function
/aosp12/system/libfmq/
H A DEventFlag.cpp110 status_t EventFlag::wake(uint32_t bitmask) { in wake() function in android::hardware::EventFlag
/aosp12/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp118 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp121 void NativeMessageQueue::wake() { in wake() function in android::NativeMessageQueue
/aosp12/hardware/google/pixel/thermal/utils/
H A Dthermal_watcher.cpp495 void ThermalWatcher::wake() { in wake() function in android::hardware::thermal::V2_0::implementation::ThermalWatcher
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp113 static const size_t wake = numSensorDrivers; member
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java245 public void traceWakeDisplay(boolean wake, @Reason int reason) { in traceWakeDisplay()
/aosp12/system/core/libutils/
H A DLooper.cpp395 void Looper::wake() { in wake() function in android::Looper
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp652 status_t InputHub::wake() { in wake() function in android::InputHub
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp130 void wake() final { return mLooper.wake(); } in wake() function in android::incremental::RealLooperWrapper
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1713 void AudioRecord::AudioRecordThread::wake() in wake() function in android::AudioRecord::AudioRecordThread
H A DAudioTrack.cpp3745 void AudioTrack::AudioTrackThread::wake() in wake() function in android::AudioTrack::AudioTrackThread
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h225 bool wake; member
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1727 void EventHub::wake() { in wake() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp985 void wake() override {} in wake() function in android::FakeEventHub