/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/core/proto/android/service/ |
D | power.proto | 154 // 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/ |
D | ALooper.h | 33 void wake();
|
D | ALooper.cpp | 37 void ALooper::wake() { in wake() function in ALooper
|
D | ASensorManager.cpp | 446 looper->wake(); in ALooper_wake()
|
/frameworks/native/libs/sensor/ |
D | SensorEventQueue.cpp | 117 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue 120 looper->wake(); in wake()
|
/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/native/android/ |
D | looper.cpp | 75 ALooper_to_Looper(looper)->wake(); in ALooper_wake()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | SensorEventQueue.h | 79 status_t wake() const;
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 364 mLooper->wake(); in queue() 386 mLooper->wake(); in queueAtFront()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 263 virtual void wake() = 0; 326 virtual void wake();
|
D | InputDispatcher.cpp | 2387 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 …]
|
D | InputReader.cpp | 680 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/ |
D | SensorManager.cpp | 55 mLooper->wake(); in ~SensorManager()
|
/frameworks/av/include/media/ |
D | AudioRecord.h | 521 void wake(); // wake to handle changed notification conditions.
|
D | AudioTrack.h | 898 void wake(); // wake to handle changed notification conditions.
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 521 void wake(); // wake to handle changed notification conditions.
|
D | AudioTrack.h | 898 void wake(); // wake to handle changed notification conditions.
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 393 t->wake(); in setMarkerPosition() 423 t->wake(); in setPositionUpdatePeriod() 1340 void AudioRecord::AudioRecordThread::wake() in wake() function in android::AudioRecord::AudioRecordThread
|
D | AudioTrack.cpp | 1038 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/ |
D | UsimDataDownloadCommands.java.broken | 118 notifyAll(); // wake up assertExpectedMethodsCalled() 134 notifyAll(); // wake up assertExpectedMethodsCalled() 157 notifyAll(); // wake up assertExpectedMethodsCalled()
|
/frameworks/av/media/libaudiohal/ |
D | StreamHalHidl.cpp | 343 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY)); in callWriterThread() 603 mEfGroup->wake(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL)); in callReaderThread()
|
D | EffectHalHidl.cpp | 189 mEfGroup->wake(mqFlag); in processImpl()
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 29 # This is logged when the partial wake lock (keeping the device awake
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 732 mLooper->wake(); in setWakeLockAcquiredLocked()
|