Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/native/services/inputflinger/
DInputThread.cpp42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread() argument
43 : mName(name), mThreadWake(wake) { in InputThread()
DInputFilterCallbacks.cpp47 "InputFilter", [this]() { loopOnce(); }, [this]() { mLooper->wake(); }); in InputFilterThread()
65 ndk::ScopedAStatus wake() override { in wake() function in android::__anon03a351e50111::InputFilterThread
66 mLooper->wake(); in wake()
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto32 // will wake up the device when it goes off.
35 // alarm does not wake the device up; if it goes off while the device is
39 // sleep), which will wake up the device when it goes off.
42 // sleep). This alarm does not wake the device up; if it goes off while the
/frameworks/base/packages/SystemUI/docs/device-entry/
Ddoze.md3 `Dozing` is a low-powered state of the device. If Always-on Display (AOD), pulsing, or wake-gesture…
16 * Wake-up gestures - including lift to wake and tap to wake (from AOD and screen off)
20 Device is asleep and listening for enabled pulsing and wake-up gesture triggers. In this state, no …
23 Device is asleep and not listening for any triggers to wake up. This state is used only when CAR_MO…
26 Device is asleep, showing UI, and listening for enabled pulsing and wake-up triggers. In this state…
35 Device is awake, showing docking UI and listening for enabled pulsing and wake-up triggers. The def…
46 * tap to wake
47 * double tap to wake
48 * lift to wake
Dkeyguard.md13 … in [PhoneWindowManager][4], with calls to [PowerManagerService][2] to sleep or wake up, if needed.
17 …PowerManagerService][2] can be directed to wake up on various user-configurable signals, such as l…
/frameworks/base/libs/hwui/platform/android/thread/
DThreadBase.h37 , mQueue([this]() { mLooper->wake(); }, mLock) {} in ThreadBase()
43 mLooper->wake(); in requestExit()
/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp49 void wake();
136 void NativeMessageQueue::wake() { in wake() function in android::NativeMessageQueue
137 mLooper->wake(); in wake()
230 nativeMessageQueue->wake(); in android_os_MessageQueue_nativeWake()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfutex_test.cc112 int wake = __futex_wake(data.futex, kThreads); in TEST() local
122 ASSERT_EQ(waked, wake); in TEST()
/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/
DIInputThread.aidl44 void wake(); in wake() method
/frameworks/base/media/jni/tuner/
DDvrClient.cpp103 mDvrMQEventFlag->wake(static_cast<uint32_t>(DemuxQueueNotifyBits::DATA_READY)); in readFromFile()
122 mDvrMQEventFlag->wake(static_cast<uint32_t>(DemuxQueueNotifyBits::DATA_READY)); in readFromBuffer()
177 mDvrMQEventFlag->wake(static_cast<uint32_t>(DemuxQueueNotifyBits::DATA_CONSUMED)); in writeToFile()
197 mDvrMQEventFlag->wake(static_cast<uint32_t>(DemuxQueueNotifyBits::DATA_CONSUMED)); in writeToBuffer()
/frameworks/native/services/inputflinger/rust/
Dinput_filter_thread.rs96 self.wake(); in request_timeout_at_time()
143 self.wake(); in stop()
196 fn wake(&self) { in wake() method
199 let _ = cpp_thread.wake(); in wake()
/frameworks/base/services/core/java/com/android/server/policy/
Dwindow_policy_flags.aconfig7 description: "Whether or not window policy allows injecting input wake-up delegate."
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp152 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in prepareForReconnect()
195 mEventQueueFlag->wake(asBaseType(ISensors::EVENT_QUEUE_FLAG_BITS_EVENTS_READ)); in pollFmq()
232 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in setOperationMode()
338 mWakeLockQueueFlag->wake(asBaseType(ISensors::WAKE_LOCK_QUEUE_FLAG_BITS_DATA_WRITTEN)); in writeWakeLockHandled()
DHidlSensorHalWrapper.cpp128 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in connect()
136 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in prepareForReconnect()
220 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::EVENTS_READ)); in pollFmq()
262 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in setOperationMode()
387 mWakeLockQueueFlag->wake(asBaseType(WakeLockQueueFlagBits::DATA_WRITTEN)); in writeWakeLockHandled()
/frameworks/native/services/inputflinger/include/
DInputThread.h32 std::function<void()> wake = nullptr);
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h34 void wake();
DALooper.cpp37 void ALooper::wake() { in wake() function in ALooper
/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h212 android::status_t wake() { in wake() function
222 android::status_t wake(int32_t value) { in wake() function
/frameworks/av/media/libmedia/docs/
Dpaused.dot38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"];
78 threadLoop_6_default_false [label="pauseInternal(ns) [wake()-able]\nmPausedInternal = true\nmPaused…
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp118 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue
121 looper->wake(); in wake()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto107 // Have we scheduled a message to check for long wake locks? This is when
110 // Last time we checked for long wake locks. (In milliseconds timestamp)
130 // Set of app ids that we will respect the wake locks for while in device idle mode.
151 // True if the wake lock suspend blocker has been acquired.
172 // List of all wake locks acquired by applications.
211 // Turn the screen on when the wake lock is acquired.
213 // When this wake lock is released, poke the user activity timer
258 // True if the device should wake up when plugged or unplugged.
260 // True if the device should wake up when plugged or unplugged in theater mode.
330 // True if double tap to wake is enabled
/frameworks/proto_logging/stats/enums/os/
Denums.proto168 // adding a new wake lock level, any unused value can be used.
196 // A proximity wake lock does not prevent the device from falling asleep
198 // SCREEN_DIM_WAKE_LOCK. If there is no user activity and no other wake
206 // no other wake locks are held. This is used by the dream manager to
/frameworks/base/tests/JankBench/scripts/
Drunall.py35 adbutil.wake(dev)
Dadbutil.py32 def wake(serial): function
/frameworks/base/native/android/
Dlooper.cpp75 ALooper_to_Looper(looper)->wake(); in ALooper_wake()

123