/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/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()
|
/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/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ALooper.h | 33 void wake();
|
D | ALooper.cpp | 37 void ALooper::wake() { in wake() function in ALooper
|
/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. 194 // Turn the screen on when the wake lock is acquired. 196 // When this wake lock is released, poke the user activity timer 238 // True if the device should wake up when plugged or unplugged. 240 // True if the device should wake up when plugged or unplugged in theater mode. 310 // True if double tap to wake is enabled
|
/frameworks/native/services/inputflinger/include/ |
D | InputThread.h | 33 std::function<void()> wake = nullptr);
|
/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/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 | 342 private void onWakeScreen(boolean wake, @Nullable DozeMachine.State state) { 343 mDozeLog.traceWakeDisplay(wake); 344 sWakeDisplaySensorState = wake; 346 if (wake) {
|
D | DozeLog.java | 204 public void traceWakeDisplay(boolean wake) { in traceWakeDisplay() argument 205 mLogger.logWakeDisplay(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/ |
D | InputReader.cpp | 72 "InputReader", [this]() { loopOnce(); }, [this]() { mEventHub->wake(); }); in start() 436 mEventHub->wake(); in requestTimeoutAtTimeLocked() 556 mEventHub->wake(); in requestRefreshConfiguration() 689 mEventHub->wake(); in monitor()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 241 virtual void wake() = 0; 315 virtual void wake() override;
|
/frameworks/base/services/incremental/ |
D | ServiceWrappers.cpp | 125 void wake() final { return mLooper.wake(); } in wake() function in android::incremental::RealLooperWrapper
|
D | ServiceWrappers.h | 125 virtual void wake() = 0;
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 435 "InputDispatcher", [this]() { dispatchOnce(); }, [this]() { mLooper->wake(); }); in start() 3034 mLooper->wake(); in notifyConfigurationChanged() 3144 mLooper->wake(); in notifyKey() 3234 mLooper->wake(); in notifyMotion() 3270 mLooper->wake(); in notifyDeviceReset() 3415 mLooper->wake(); in injectInputEvent() 3681 mLooper->wake(); in setInputWindows() 3823 mLooper->wake(); in setFocusedApplication() 3883 mLooper->wake(); in setFocusedDisplay() 3918 mLooper->wake(); in setInputDispatchMode() [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()
|