Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp287 …sptr<IStandardScreenCaptureController> controllerProxy = iface_cast<IStandardScreenCaptureControll… in CreateScreenCaptureControllerClient() local
288 CHECK_AND_RETURN_RET_LOG(controllerProxy != nullptr, nullptr, "controllerProxy is nullptr."); in CreateScreenCaptureControllerClient()
290 …ScreenCaptureControllerClient> controller = ScreenCaptureControllerClient::Create(controllerProxy); in CreateScreenCaptureControllerClient()