/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/core/jni/ |
D | android_os_MessageQueue.cpp | 49 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/ |
D | ThreadBase.h | 37 , mQueue([this]() { mLooper->wake(); }, mLock) {} in ThreadBase() 43 mLooper->wake(); in requestExit()
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 104 // 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/ |
D | AAudioExampleUtils.h | 186 android::status_t wake() { in wake() function 196 android::status_t wake(int32_t value) { in wake() function
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ALooper.h | 33 void wake();
|
D | ALooper.cpp | 37 void ALooper::wake() { in wake() function in ALooper
|
/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/base/core/proto/android/os/ |
D | enums.proto | 121 // 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
|
D | kernelwake.proto | 27 // Kernel records of what caused the application processor to wake up
|
/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/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeTriggers.java | 264 private void onWakeScreen(boolean wake, @Nullable DozeMachine.State state) { 265 DozeLog.traceWakeDisplay(wake); 266 sWakeDisplaySensorState = wake; 268 if (wake) {
|
D | DozeLog.java | 186 public static void traceWakeDisplay(boolean wake) { in traceWakeDisplay() argument 188 log("wakeDisplay " + wake); in traceWakeDisplay()
|
/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()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | SensorEventQueue.h | 80 status_t wake() const;
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 242 virtual void wake() = 0; 313 virtual void wake();
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 432 mEventHub->wake(); in requestTimeoutAtTimeLocked() 562 mEventHub->wake(); in requestRefreshConfiguration() 694 mEventHub->wake(); in monitor()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2602 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/ |
D | SensorManager.cpp | 58 mLooper->wake(); in ~SensorManager()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 118 notifyAll(); // wake up assertExpectedMethodsCalled() 134 notifyAll(); // wake up assertExpectedMethodsCalled() 157 notifyAll(); // wake up assertExpectedMethodsCalled()
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 247 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/ |
D | RegionSampling_test.cpp | 85 looper->wake(); in ~ChoreographerSim()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 590 void wake(); // wake to handle changed notification conditions.
|