Home
last modified time | relevance | path

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

12

/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/core/jni/
Dandroid_os_MessageQueue.cpp49 void wake();
121 void NativeMessageQueue::wake() { in wake() function in android::NativeMessageQueue
122 mLooper->wake(); in wake()
196 nativeMessageQueue->wake(); in android_os_MessageQueue_nativeWake()
/frameworks/base/libs/hwui/thread/
DThreadBase.h37 , mQueue([this]() { mLooper->wake(); }, mLock) {} in ThreadBase()
43 mLooper->wake(); in requestExit()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto104 // Have we scheduled a message to check for long wake locks? This is when
107 // Last time we checked for long wake locks. (In milliseconds timestamp)
127 // Set of app ids that we will always respect the wake locks for.
148 // True if the wake lock suspend blocker has been acquired.
169 // List of all wake locks acquired by applications.
192 // Turn the screen on when the wake lock is acquired.
194 // When this wake lock is released, poke the user activity timer
235 // True if the device should wake up when plugged or unplugged.
237 // True if the device should wake up when plugged or unplugged in theater mode.
307 // True if double tap to wake is enabled
/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h186 android::status_t wake() { in wake() function
196 android::status_t wake(int32_t value) { in wake() function
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h33 void wake();
DALooper.cpp37 void ALooper::wake() { in wake() function in ALooper
/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/base/core/proto/android/os/
Denums.proto121 // adding a new wake lock level, any unused value can be used.
149 // A proximity wake lock does not prevent the device from falling asleep
151 // SCREEN_DIM_WAKE_LOCK. If there is no user activity and no other wake
159 // no other wake locks are held. This is used by the dream manager to
Dkernelwake.proto27 // Kernel records of what caused the application processor to wake up
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp118 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue
121 looper->wake(); in wake()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java264 private void onWakeScreen(boolean wake, @Nullable DozeMachine.State state) {
265 DozeLog.traceWakeDisplay(wake);
266 sWakeDisplaySensorState = wake;
268 if (wake) {
DDozeLog.java186 public static void traceWakeDisplay(boolean wake) { in traceWakeDisplay() argument
188 log("wakeDisplay " + wake); in traceWakeDisplay()
/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()
/frameworks/native/libs/sensor/include/sensor/
DSensorEventQueue.h80 status_t wake() const;
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h242 virtual void wake() = 0;
313 virtual void wake();
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp432 mEventHub->wake(); in requestTimeoutAtTimeLocked()
562 mEventHub->wake(); in requestRefreshConfiguration()
694 mEventHub->wake(); in monitor()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2602 mLooper->wake(); in notifyConfigurationChanged()
2711 mLooper->wake(); in notifyKey()
2796 mLooper->wake(); in notifyMotion()
2832 mLooper->wake(); in notifyDeviceReset()
2976 mLooper->wake(); in injectInputEvent()
3309 mLooper->wake(); in setInputWindows()
3345 mLooper->wake(); in setFocusedApplication()
3405 mLooper->wake(); in setFocusedDisplay()
3440 mLooper->wake(); in setInputDispatchMode()
3461 mLooper->wake(); in setInputFilterEnabled()
[all …]
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp58 mLooper->wake(); in ~SensorManager()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken118 notifyAll(); // wake up assertExpectedMethodsCalled()
134 notifyAll(); // wake up assertExpectedMethodsCalled()
157 notifyAll(); // wake up assertExpectedMethodsCalled()
/frameworks/native/services/sensorservice/
DSensorDevice.cpp247 mEventQueueFlag->wake(asBaseType(INTERNAL_WAKE)); in prepareForReconnect()
489 mEventQueueFlag->wake(asBaseType(EventQueueFlagBits::EVENTS_READ)); in pollFmq()
534 mWakeLockQueueFlag->wake(asBaseType(WakeLockQueueFlagBits::DATA_WRITTEN)); in writeWakeLockHandled()
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp85 looper->wake(); in ~ChoreographerSim()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h590 void wake(); // wake to handle changed notification conditions.

12