Home
last modified time | relevance | path

Searched refs:updateScreenRotation (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl771 void updateScreenRotation(ScreenRotation rotation); in updateScreenRotation() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl65 void updateScreenRotation(android.hardware.audio.core.IModule.ScreenRotation rotation); in updateScreenRotation() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl65 void updateScreenRotation(android.hardware.audio.core.IModule.ScreenRotation rotation); in updateScreenRotation() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl65 void updateScreenRotation(android.hardware.audio.core.IModule.ScreenRotation rotation); in updateScreenRotation() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h119 ndk::ScopedAStatus updateScreenRotation(
/hardware/interfaces/audio/aidl/default/
DModule.cpp1359 ndk::ScopedAStatus Module::updateScreenRotation(ScreenRotation in_rotation) { in updateScreenRotation() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2188 EXPECT_IS_OK(module->updateScreenRotation(rotation)) << toString(rotation); in TEST_P()
2190 EXPECT_IS_OK(module->updateScreenRotation(IModule::ScreenRotation::DEG_0)); in TEST_P()