Searched refs:autoRotate (Results 1 – 5 of 5) sorted by relevance
80 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
50 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override in SetVirtualMirrorScreenCanvasRotation() argument
230 bool autoRotate = data.ReadBool(); in OnRemoteRequest() local231 DMError result = SetVirtualMirrorScreenCanvasRotation(screenId, autoRotate); in OnRemoteRequest()
106 … virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override;
2818 …rror ScreenSessionManager::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) in SetVirtualMirrorScreenCanvasRotation() argument2837 res = rsInterface_.SetVirtualMirrorScreenCanvasRotation(rsScreenId, autoRotate); in SetVirtualMirrorScreenCanvasRotation()