Searched refs:proxyBinder (Results 1 – 1 of 1) sorted by relevance
280 sp<ICameraServiceProxy> proxyBinder = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy() local281 return proxyBinder; in getCameraServiceProxy()285 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy() local286 if (proxyBinder == nullptr) return; in pingCameraServiceProxy()287 proxyBinder->pingForUserUpdate(); in pingCameraServiceProxy()2748 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in updateProxyDeviceState() local2749 if (proxyBinder == nullptr) return; in updateProxyDeviceState()2751 proxyBinder->notifyCameraState(id, newState); in updateProxyDeviceState()