/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 231 public void onModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in onModeChanged() 306 private void dispatchModeChanged(long timestampNanos, long physicalDisplayId, int modeId) { in dispatchModeChanged()
|
D | DisplayInfo.java | 180 public int modeId; field in DisplayInfo
|
D | Display.java | 1906 public Mode(int modeId, int width, int height, float refreshRate) { in Mode() 1913 public Mode(int modeId, int width, int height, float refreshRate, in Mode()
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 88 int32_t modeId; member
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceInfo.java | 223 public int modeId; field in DisplayDeviceInfo
|
D | LocalDisplayAdapter.java | 576 int modeId) { in getModeById() 1167 private Display.Mode findMode(int modeId) { in findMode()
|
D | DisplayModeDirector.java | 1375 public void setAppRequest(int displayId, int modeId, float requestedMinRefreshRateRange, in setAppRequest() 1384 private void setAppRequestedModeLocked(int displayId, int modeId) { in setAppRequestedModeLocked() 1442 private Display.Mode findModeByIdLocked(int displayId, int modeId) { in findModeByIdLocked()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 545 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId, int width, in Keyboard() 567 public Keyboard(Context context, @XmlRes int xmlLayoutResId, int modeId) { in Keyboard()
|
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 170 int32_t modeId, nsecs_t) { in dispatchModeChanged()
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_scheduler_fuzzer.cpp | 336 const DisplayModeId modeId{mFdp.ConsumeIntegralInRange<uint8_t>(0, 10)}; in fuzzRefreshRateConfigs() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/ |
D | LocalDisplayAdapterTest.java | 894 private Display.Mode getModeById(DisplayDeviceInfo displayDeviceInfo, int modeId) { in getModeById()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateConfigs.cpp | 732 void RefreshRateConfigs::setActiveModeId(DisplayModeId modeId) { in setActiveModeId()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | DisplayManagerServiceTest.java | 1244 int modeId) { in updateModeId()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1055 if (const auto modeId = display->translateModeId(*hwcId)) { in getDynamicDisplayInfo() local 1101 status_t SurfaceFlinger::setActiveModeFromBackdoor(const sp<IBinder>& displayToken, int modeId) { in setActiveModeFromBackdoor() 1394 ui::DisplayModeId modeId) { in setBootDisplayMode() 6027 const int modeId = data.readInt32(); in onTransact() local
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 307 bool waitForModeChangedEvent(Display display, int32_t modeId) { in waitForModeChangedEvent()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateConfigsTest.cpp | 1796 const DisplayModeId modeId(fps); in TEST_F() local
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 2853 public void addAction(int modeId, EditModeActionBase action) { in addAction()
|