Searched refs:screen_rotation (Results 1 – 5 of 5) sorted by relevance
58 void SetScreenRotation(uint32_t screen_rotation);
504 uint32_t screen_rotation = screen_rotation_; in RequestProcessorLoop() local507 it->second.screen_rotation = screen_rotation; in RequestProcessorLoop()
158 void EmulatedScene::SetScreenRotation(uint32_t screen_rotation) { in SetScreenRotation() argument159 screen_rotation_ = screen_rotation; in SetScreenRotation()
281 uint32_t screen_rotation = 0; member
906 scene_->SetScreenRotation(device_settings->second.screen_rotation); in threadLoop()