Searched refs:proxyBinder (Results 1 – 3 of 3) sorted by relevance
51 sp<hardware::ICameraServiceProxy>& proxyBinder) { in updateProxyDeviceState() argument52 if (proxyBinder == nullptr) return; in updateProxyDeviceState()53 proxyBinder->notifyCameraState(mSessionStats); in updateProxyDeviceState()57 sp<hardware::ICameraServiceProxy>& proxyBinder) { in onOpen() argument59 updateProxyDeviceState(proxyBinder); in onOpen()63 sp<hardware::ICameraServiceProxy>& proxyBinder, int32_t latencyMs, in onClose() argument71 updateProxyDeviceState(proxyBinder); in onClose()87 sp<hardware::ICameraServiceProxy>& proxyBinder, float maxPreviewFps) { in onActive() argument93 updateProxyDeviceState(proxyBinder); in onActive()101 sp<hardware::ICameraServiceProxy>& proxyBinder, in onIdle() argument[all …]
49 void updateProxyDeviceState(sp<hardware::ICameraServiceProxy>& proxyBinder);58 void onOpen(sp<hardware::ICameraServiceProxy>& proxyBinder);59 void onClose(sp<hardware::ICameraServiceProxy>& proxyBinder, int32_t latencyMs,62 void onActive(sp<hardware::ICameraServiceProxy>& proxyBinder, float maxPreviewFps);63 void onIdle(sp<hardware::ICameraServiceProxy>& proxyBinder,
564 final IBinder proxyBinder = proxy.mService; in addServiceInterfacesLocked() local566 if ((proxyBinder != null) && (proxyInterface != null)) { in addServiceInterfacesLocked()