/aosp12/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
H A D | WindowManagerPermissionTests.java | 127 mWm.updateRotation(true, false); in testSET_ORIENTATION()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
H A D | AudioPrimaryHidlHalTest.cpp | 381 TEST_P(AudioPrimaryHidlTest, updateRotation) { argument 385 ASSERT_RESULT(okOrNotSupported, getDevice()->updateRotation(rotation));
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | PrimaryDevice.h | 136 Return<Result> updateRotation(IPrimaryDevice::Rotation rotation) override;
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 873 mService.updateRotation(true /* alwaysSendConfiguration */, in setUserRotation() 1556 mService.updateRotation(false /* alwaysSendConfiguration */, in run() 1627 mService.updateRotation(true /* alwaysSendConfiguration */, in onChange()
|
H A D | ScreenRotationAnimation.java | 738 mService.updateRotation(false, false); in onAnimationEnd()
|
H A D | WindowManagerService.java | 4080 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() method in WindowManagerService 5985 boolean updateRotation = false; in stopFreezingDisplayLocked() 6004 updateRotation = true; in stopFreezingDisplayLocked() 6011 updateRotation = true; in stopFreezingDisplayLocked() 6032 if (updateRotation && displayContent != null) { in stopFreezingDisplayLocked()
|
H A D | DisplayPolicy.java | 752 mService.updateRotation(true /* alwaysSendConfiguration */, true /* forceRelayout */); in setHdmiPlugged()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | CameraStreamer.java | 1184 updateRotation(); in onFrame() 1215 private void updateRotation() { in updateRotation() method in CameraStreamer.CameraRunnable 1418 updateRotation(); in openCamera()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 749 updateRotation(false); in onChange() 2086 boolean updateRotation = false; in updateSettings() 2131 updateRotation = true; in updateSettings() 2152 if (updateRotation) { in updateSettings() 2153 updateRotation(true); in updateSettings() 3311 updateRotation(true); in notifyLidSwitchChanged() 4168 updateRotation(true); 4950 updateRotation(true); in enableScreenAfterBoot() 4994 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() method 4997 mWindowManager.updateRotation(alwaysSendConfiguration, false /* forceRelayout */); in updateRotation()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindowManager.aidl | 254 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() method
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | PrimaryDevice.cpp | 337 Return<Result> PrimaryDevice::updateRotation(IPrimaryDevice::Rotation rotation) { in updateRotation() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IPrimaryDevice.hal | 194 updateRotation(Rotation rotation) generates (Result retval);
|
/aosp12/hardware/interfaces/audio/5.0/ |
H A D | IPrimaryDevice.hal | 194 updateRotation(Rotation rotation) generates (Result retval);
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IPrimaryDevice.hal | 194 updateRotation(Rotation rotation) generates (Result retval);
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IPrimaryDevice.hal | 194 updateRotation(Rotation rotation) generates (Result retval);
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 498 verify(sMockWm).updateRotation(false, false); in testUpdatesRotationWhenSensorUpdates_RotationThawed()
|
H A D | DisplayContentTests.java | 1660 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testRemoteRotation() 1701 mWm.updateRotation(true /* alwaysSendConfiguration */, false /* forceRelayout */); in testShellTransitRotation()
|
H A D | ActivityRecordTests.java | 2361 mWm.updateRotation(false, false); in performRotation()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 64257 Landroid/view/IWindowManager$Stub$Proxy;->updateRotation(ZZ)V 64412 Landroid/view/IWindowManager;->updateRotation(ZZ)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 35505 HSPLcom/android/server/policy/PhoneWindowManager;->updateRotation(Z)V 50180 HSPLcom/android/server/wm/WindowManagerService;->updateRotation(ZZ)V
|