Home
last modified time | relevance | path

Searched refs:screen_rotation (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h58 void SetScreenRotation(uint32_t screen_rotation);
DEmulatedRequestProcessor.cpp504 uint32_t screen_rotation = screen_rotation_; in RequestProcessorLoop() local
507 it->second.screen_rotation = screen_rotation; in RequestProcessorLoop()
DEmulatedScene.cpp158 void EmulatedScene::SetScreenRotation(uint32_t screen_rotation) { in SetScreenRotation() argument
159 screen_rotation_ = screen_rotation; in SetScreenRotation()
DEmulatedSensor.h281 uint32_t screen_rotation = 0; member
DEmulatedSensor.cpp906 scene_->SetScreenRotation(device_settings->second.screen_rotation); in threadLoop()