Home
last modified time | relevance | path

Searched refs:ScreenRotation (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp214 ScreenRotation getScreenRotation() const { return mScreenRotation; } in getScreenRotation()
424 ndk::ScopedAStatus updateScreenRotation(ScreenRotation in_rotation) override { in updateScreenRotation()
474 ScreenRotation mScreenRotation = ScreenRotation::DEG_0;
738 TEST_F(DeviceHalAidlTest, ScreenRotation) { in TEST_F() argument
739 using ScreenRotation = ::aidl::android::hardware::audio::core::IModule::ScreenRotation; in TEST_F() typedef
740 EXPECT_EQ(ScreenRotation::DEG_0, mModule->getScreenRotation()); in TEST_F()
743 EXPECT_EQ(ScreenRotation::DEG_90, mModule->getScreenRotation()); in TEST_F()
746 EXPECT_EQ(ScreenRotation::DEG_0, mModule->getScreenRotation()); in TEST_F()
750 EXPECT_EQ(ScreenRotation::DEG_0, mModule->getScreenRotation()); in TEST_F()
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DModuleMock.h93 ndk::ScopedAStatus updateScreenRotation(ScreenRotation) override { in updateScreenRotation() argument
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.cpp1272 IModule::ScreenRotation rotation; in filterAndUpdateScreenParameters()
1274 case 0: rotation = IModule::ScreenRotation::DEG_0; break; in filterAndUpdateScreenParameters()
1275 case 90: rotation = IModule::ScreenRotation::DEG_90; break; in filterAndUpdateScreenParameters()
1276 case 180: rotation = IModule::ScreenRotation::DEG_180; break; in filterAndUpdateScreenParameters()
1277 case 270: rotation = IModule::ScreenRotation::DEG_270; break; in filterAndUpdateScreenParameters()