Home
last modified time | relevance | path

Searched refs:dispatchModeChanged (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp43 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 DFlashlightControllerImpl.java113 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 DDisplayEventDispatcher.h66 virtual void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId,
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java273 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in dispatchModeChanged() method in DisplayEventReceiver
/aosp12/frameworks/native/libs/gui/
H A DDisplayEventDispatcher.cpp161 dispatchModeChanged(ev.header.timestamp, ev.header.displayId, in processPendingEvents()
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp140 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