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

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

Completed in 79 milliseconds