Searched refs:dispatchModeChanged (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_DisplayEventReceiver.cpp | 43 jmethodID dispatchModeChanged; member 72 void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId, 132 void NativeDisplayEventReceiver::dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchModeChanged() function in android::NativeDisplayEventReceiver 139 env->CallVoidMethod(receiverObj.get(), gDisplayEventReceiverClassInfo.dispatchModeChanged, in dispatchModeChanged() 245 gDisplayEventReceiverClassInfo.dispatchModeChanged = in register_android_view_DisplayEventReceiver()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | FlashlightControllerImpl.java | 113 dispatchModeChanged(mFlashlightEnabled); in setFlashlight() 173 private void dispatchModeChanged(boolean enabled) { in dispatchModeChanged() method in FlashlightControllerImpl 264 dispatchModeChanged(enabled);
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | DisplayEventDispatcher.h | 66 virtual void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId,
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | DisplayEventReceiver.java | 273 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in dispatchModeChanged() method in DisplayEventReceiver
|
/aosp12/frameworks/native/libs/gui/ |
H A D | DisplayEventDispatcher.cpp | 161 dispatchModeChanged(ev.header.timestamp, ev.header.displayId, in processPendingEvents()
|
/aosp12/frameworks/native/libs/nativedisplay/ |
H A D | AChoreographer.cpp | 140 void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId, 384 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() function in android::Choreographer
|