Home
last modified time | relevance | path

Searched defs:proxyBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.cpp43 sp<hardware::ICameraServiceProxy>& proxyBinder) { in updateProxyDeviceState()
49 sp<hardware::ICameraServiceProxy>& proxyBinder) { in onOpen()
55 sp<hardware::ICameraServiceProxy>& proxyBinder, int32_t latencyMs, in onClose()
79 sp<hardware::ICameraServiceProxy>& proxyBinder, float maxPreviewFps) { in onActive()
93 sp<hardware::ICameraServiceProxy>& proxyBinder, in onIdle()
207 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy() local
214 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in getRotateAndCropOverride() local
227 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in getAutoframingOverride() local
272 sp<hardware::ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in logActive() local
302 sp<hardware::ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in logIdle() local
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyManager.java504 final IBinder proxyBinder = proxy.mService; in addServiceInterfacesLocked() local