Searched refs:ScreenRotation (Results 1 – 3 of 3) sorted by relevance
214 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() argument739 using ScreenRotation = ::aidl::android::hardware::audio::core::IModule::ScreenRotation; in TEST_F() typedef740 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()
93 ndk::ScopedAStatus updateScreenRotation(ScreenRotation) override { in updateScreenRotation() argument
1272 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()