Searched refs:ICameraServiceProxy (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 23 import android.hardware.ICameraServiceProxy; 170 private final ICameraServiceProxy.Stub mCameraServiceProxy = new ICameraServiceProxy.Stub() { 298 case ICameraServiceProxy.CAMERA_FACING_BACK: in dumpUsageEvents() 301 case ICameraServiceProxy.CAMERA_FACING_FRONT: in dumpUsageEvents() 304 case ICameraServiceProxy.CAMERA_FACING_EXTERNAL: in dumpUsageEvents() 405 case ICameraServiceProxy.CAMERA_STATE_OPEN: in updateActivityCount() 414 String facingStr = (facing == ICameraServiceProxy.CAMERA_FACING_BACK) ? in updateActivityCount() 420 case ICameraServiceProxy.CAMERA_STATE_ACTIVE: in updateActivityCount() 447 case ICameraServiceProxy.CAMERA_STATE_IDLE: in updateActivityCount() 448 case ICameraServiceProxy.CAMERA_STATE_CLOSED: in updateActivityCount() [all …]
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 250 hardware::ICameraServiceProxy::CAMERA_STATE_IDLE, TClientBase::mCameraIdStr, in notifyIdle() 252 ((mApi1CameraId < 0) ? hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2 : in notifyIdle() 253 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1)); in notifyIdle() 268 hardware::ICameraServiceProxy::CAMERA_STATE_ACTIVE, TClientBase::mCameraIdStr, in notifyShutter() 270 ((mApi1CameraId < 0) ? hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2 : in notifyShutter() 271 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1)); in notifyShutter()
|
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraServiceProxy.aidl | 26 interface ICameraServiceProxy interface
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 262 hardware::ICameraServiceProxy::CAMERA_STATE_IDLE, in disconnect() 264 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1); in disconnect() 425 hardware::ICameraServiceProxy::CAMERA_STATE_ACTIVE, in startPreviewMode() 427 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1); in startPreviewMode() 469 hardware::ICameraServiceProxy::CAMERA_STATE_IDLE, in stopPreview() 471 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1); in stopPreview() 958 hardware::ICameraServiceProxy::CAMERA_STATE_IDLE, in handleShutter() 960 hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1); in handleShutter()
|
/frameworks/av/camera/ |
D | Android.bp | 85 "aidl/android/hardware/ICameraServiceProxy.aidl",
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 90 using hardware::ICameraServiceProxy; 128 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy; 215 sp<ICameraServiceProxy> CameraService::getCameraServiceProxy() { in getCameraServiceProxy() 225 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy() 233 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy() 2475 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in startCameraOps() 2477 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in startCameraOps() 2480 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_OPEN, in startCameraOps() 2509 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in finishCameraOps() 2511 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in finishCameraOps() [all …]
|
D | CameraService.h | 943 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; 945 static sp<hardware::ICameraServiceProxy> getCameraServiceProxy();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 25251 Landroid/hardware/ICameraServiceProxy$Stub$Proxy; 25252 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 25253 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 25254 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->mRemote:Landroid/os/IBinder; 25255 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->notifyCameraState(Ljava/lang/String;IILjava/lang… 25256 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->pingForUserUpdate()V 25257 Landroid/hardware/ICameraServiceProxy$Stub; 25258 Landroid/hardware/ICameraServiceProxy$Stub;-><init>()V 25259 Landroid/hardware/ICameraServiceProxy$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICa… 25260 Landroid/hardware/ICameraServiceProxy$Stub;->DESCRIPTOR:Ljava/lang/String; [all …]
|
D | boot-image-profile.txt | 6964 HSPLandroid/hardware/ICameraServiceProxy$Stub;-><init>()V 6965 HSPLandroid/hardware/ICameraServiceProxy$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I… 33572 Landroid/hardware/ICameraServiceProxy$Stub; 33573 Landroid/hardware/ICameraServiceProxy;
|