/frameworks/native/services/inputflinger/ |
D | InputThread.cpp | 42 InputThread::InputThread(std::string name, std::function<void()> loop, std::function<void()> wake) in InputThread() argument 43 : mName(name), mThreadWake(wake) { in InputThread()
|
D | InputFilterCallbacks.cpp | 47 "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/ |
D | alarmmanager.proto | 32 // 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/ |
D | doze.md | 3 `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
|
D | keyguard.md | 13 … 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/ |
D | ThreadBase.h | 37 , mQueue([this]() { mLooper->wake(); }, mLock) {} in ThreadBase() 43 mLooper->wake(); in requestExit()
|
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 49 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/ |
D | futex_test.cc | 112 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/ |
D | IInputThread.aidl | 44 void wake(); in wake() method
|
/frameworks/base/media/jni/tuner/ |
D | DvrClient.cpp | 103 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/ |
D | input_filter_thread.rs | 96 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/ |
D | window_policy_flags.aconfig | 7 description: "Whether or not window policy allows injecting input wake-up delegate."
|
/frameworks/native/services/sensorservice/ |
D | AidlSensorHalWrapper.cpp | 152 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()
|
D | HidlSensorHalWrapper.cpp | 128 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/ |
D | InputThread.h | 32 std::function<void()> wake = nullptr);
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ALooper.h | 34 void wake();
|
D | ALooper.cpp | 37 void ALooper::wake() { in wake() function in ALooper
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioExampleUtils.h | 212 android::status_t wake() { in wake() function 222 android::status_t wake(int32_t value) { in wake() function
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 38 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/ |
D | SensorEventQueue.cpp | 118 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue 121 looper->wake(); in wake()
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 107 // 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/ |
D | enums.proto | 168 // 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/ |
D | runall.py | 35 adbutil.wake(dev)
|
D | adbutil.py | 32 def wake(serial): function
|
/frameworks/base/native/android/ |
D | looper.cpp | 75 ALooper_to_Looper(looper)->wake(); in ALooper_wake()
|