Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.cpp51 sp<hardware::ICameraServiceProxy>& proxyBinder) { in updateProxyDeviceState() argument
52 if (proxyBinder == nullptr) return; in updateProxyDeviceState()
53 proxyBinder->notifyCameraState(mSessionStats); in updateProxyDeviceState()
57 sp<hardware::ICameraServiceProxy>& proxyBinder) { in onOpen() argument
59 updateProxyDeviceState(proxyBinder); in onOpen()
63 sp<hardware::ICameraServiceProxy>& proxyBinder, int32_t latencyMs, in onClose() argument
71 updateProxyDeviceState(proxyBinder); in onClose()
87 sp<hardware::ICameraServiceProxy>& proxyBinder, float maxPreviewFps) { in onActive() argument
93 updateProxyDeviceState(proxyBinder); in onActive()
101 sp<hardware::ICameraServiceProxy>& proxyBinder, in onIdle() argument
[all …]
DCameraServiceProxyWrapper.h49 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,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyManager.java564 final IBinder proxyBinder = proxy.mService; in addServiceInterfacesLocked() local
566 if ((proxyBinder != null) && (proxyInterface != null)) { in addServiceInterfacesLocked()