Searched refs:getDeviceOrientationDegree (Results 1 – 7 of 7) sorted by relevance
154 mDeviceOrientation = pConfig->getDeviceOrientationDegree(); in SetConfig()174 mDeviceOrientation == pConfig->getDeviceOrientationDegree()); in IsSameConfig()211 if (mDeviceOrientation != pConfig->getDeviceOrientationDegree()) in UpdateConfig()213 mDeviceOrientation = pConfig->getDeviceOrientationDegree(); in UpdateConfig()
142 mDeviceOrientation = pConfig->getDeviceOrientationDegree(); in SetConfig()157 mDeviceOrientation == pConfig->getDeviceOrientationDegree() && in IsSameConfig()
214 int32_t getDeviceOrientationDegree();
98 assertThat(config.getDeviceOrientationDegree()).isEqualTo(DEVICE_ORIENTATION); in testConstructorAndGetters()
128 EXPECT_EQ(config1.getDeviceOrientationDegree(), kDeviceOrientationDegree); in TEST_F()
388 public int getDeviceOrientationDegree() { in getDeviceOrientationDegree() method in VideoConfig
544 int32_t VideoConfig::getDeviceOrientationDegree() in getDeviceOrientationDegree() function in android::telephony::imsmedia::VideoConfig