Searched refs:proxyBinder (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp270 sp<ICameraServiceProxy> proxyBinder = nullptr; local
278 proxyBinder = interface_cast<ICameraServiceProxy>(binder);
281 return proxyBinder;
285 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); local
286 if (proxyBinder == nullptr) return;
287 proxyBinder->pingForUserUpdate();
2742 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); local
2743 if (proxyBinder == nullptr) return;
2745 proxyBinder->notifyCameraState(id, newState);

Completed in 51 milliseconds