Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 25 of 48) 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/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()
/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/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h33 void wake();
DALooper.cpp37 void ALooper::wake() { in wake() function in ALooper
/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.
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/
DInputThread.h33 std::function<void()> wake = nullptr);
/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/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.java342 private void onWakeScreen(boolean wake, @Nullable DozeMachine.State state) {
343 mDozeLog.traceWakeDisplay(wake);
344 sWakeDisplaySensorState = wake;
346 if (wake) {
DDozeLog.java204 public void traceWakeDisplay(boolean wake) { in traceWakeDisplay() argument
205 mLogger.logWakeDisplay(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/
DInputReader.cpp72 "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/
DEventHub.h241 virtual void wake() = 0;
315 virtual void wake() override;
/frameworks/base/services/incremental/
DServiceWrappers.cpp125 void wake() final { return mLooper.wake(); } in wake() function in android::incremental::RealLooperWrapper
DServiceWrappers.h125 virtual void wake() = 0;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp435 "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/
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()

12