Searched refs:serviceProxyPrivate_ (Results 1 – 1 of 1) sorted by relevance
712 return serviceProxyPrivate_; in GetServiceProxy()717 explicit CameraManager(sptr<ICameraService> serviceProxy) : serviceProxyPrivate_(serviceProxy) in CameraManager()795 serviceProxyPrivate_ = proxy; in SetServiceProxy()837 sptr<ICameraService> serviceProxyPrivate_; variable