Home
last modified time | relevance | path

Searched defs:dispatchModeChanged (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp43 jmethodID dispatchModeChanged; member
132 void NativeDisplayEventReceiver::dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchModeChanged() function in android::NativeDisplayEventReceiver
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightControllerImpl.java173 private void dispatchModeChanged(boolean enabled) { in dispatchModeChanged() method in FlashlightControllerImpl
/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/nativedisplay/
H A DAChoreographer.cpp384 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() function in android::Choreographer