Searched refs:dispatchModeChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 42 jmethodID dispatchModeChanged; member 95 void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId, 254 void NativeDisplayEventReceiver::dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, in dispatchModeChanged() function in android::NativeDisplayEventReceiver 261 env->CallVoidMethod(receiverObj.get(), gDisplayEventReceiverClassInfo.dispatchModeChanged, in dispatchModeChanged() 400 gDisplayEventReceiverClassInfo.dispatchModeChanged = in register_android_view_DisplayEventReceiver()
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventDispatcher.h | 59 virtual void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId,
|
D | Choreographer.h | 123 void dispatchModeChanged(nsecs_t timestamp, PhysicalDisplayId displayId, int32_t modeId,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | FlashlightControllerImpl.java | 191 private void dispatchModeChanged(boolean enabled) { in dispatchModeChanged() method in FlashlightControllerImpl 282 dispatchModeChanged(enabled);
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 375 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId, in dispatchModeChanged() method in DisplayEventReceiver
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 196 dispatchModeChanged(ev.header.timestamp, ev.header.displayId, in processPendingEvents()
|
D | Choreographer.cpp | 351 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() function in android::Choreographer
|