Home
last modified time | relevance | path

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

12

/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/core/proto/android/service/
Dpower.proto154 // Have we scheduled a message to check for long wake locks? This is when
157 // Last time we checked for long wake locks. (In milliseconds timestamp)
179 // Set of app ids that we will always respect the wake locks for.
200 // True if the wake lock suspend blocker has been acquired.
221 // List of all wake locks acquired by applications.
235 // Turn the screen on when the wake lock is acquired.
237 // When this wake lock is released, poke the user activity timer
256 // if no other wake locks are held.
309 // True if the device should wake up when plugged or unplugged.
311 // True if the device should wake up when plugged or unplugged in theater mode.
[all …]
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.h33 void wake();
DALooper.cpp37 void ALooper::wake() { in wake() function in ALooper
DASensorManager.cpp446 looper->wake(); in ALooper_wake()
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp117 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue
120 looper->wake(); in wake()
/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/native/android/
Dlooper.cpp75 ALooper_to_Looper(looper)->wake(); in ALooper_wake()
/frameworks/native/libs/sensor/include/sensor/
DSensorEventQueue.h79 status_t wake() const;
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp364 mLooper->wake(); in queue()
386 mLooper->wake(); in queueAtFront()
/frameworks/native/services/inputflinger/
DEventHub.h263 virtual void wake() = 0;
326 virtual void wake();
DInputDispatcher.cpp2387 mLooper->wake(); in notifyConfigurationChanged()
2478 mLooper->wake(); in notifyKey()
2557 mLooper->wake(); in notifyMotion()
2594 mLooper->wake(); in notifyDeviceReset()
2712 mLooper->wake(); in injectInputEvent()
2945 mLooper->wake(); in setInputWindows()
2976 mLooper->wake(); in setFocusedApplication()
3011 mLooper->wake(); in setInputDispatchMode()
3032 mLooper->wake(); in setInputFilterEnabled()
3113 mLooper->wake(); in transferTouchFocus()
[all …]
DInputReader.cpp680 mEventHub->wake(); in requestTimeoutAtTimeLocked()
812 mEventHub->wake(); in requestRefreshConfiguration()
909 mEventHub->wake(); in monitor()
3275 mParameters.wake = getDevice()->isExternal(); in configureParameters()
3277 mParameters.wake); in configureParameters()
4284 if (mParameters.wake) { in cookAndDispatch()
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp55 mLooper->wake(); in ~SensorManager()
/frameworks/av/include/media/
DAudioRecord.h521 void wake(); // wake to handle changed notification conditions.
DAudioTrack.h898 void wake(); // wake to handle changed notification conditions.
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h521 void wake(); // wake to handle changed notification conditions.
DAudioTrack.h898 void wake(); // wake to handle changed notification conditions.
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp393 t->wake(); in setMarkerPosition()
423 t->wake(); in setPositionUpdatePeriod()
1340 void AudioRecord::AudioRecordThread::wake() in wake() function in android::AudioRecord::AudioRecordThread
DAudioTrack.cpp1038 t->wake(); in setMarkerPosition()
1071 t->wake(); in setPositionUpdatePeriod()
3009 void AudioTrack::AudioTrackThread::wake() in wake() function in android::AudioTrack::AudioTrackThread
/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/av/media/libaudiohal/
DStreamHalHidl.cpp343 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in callWriterThread()
603 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in callReaderThread()
DEffectHalHidl.cpp189 mEfGroup->wake(mqFlag); in processImpl()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags29 # This is logged when the partial wake lock (keeping the device awake
/frameworks/native/services/sensorservice/
DSensorService.cpp732 mLooper->wake(); in setWakeLockAcquiredLocked()

12