Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h58 void SetScreenRotation(uint32_t screen_rotation);
DEmulatedScene.cpp158 void EmulatedScene::SetScreenRotation(uint32_t screen_rotation) { in SetScreenRotation() function in android::EmulatedScene
DEmulatedSensor.cpp906 scene_->SetScreenRotation(device_settings->second.screen_rotation); in threadLoop()