Searched refs:ICameraServiceProxy (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 24 import android.hardware.ICameraServiceProxy; 192 private final ICameraServiceProxy.Stub mCameraServiceProxy = new ICameraServiceProxy.Stub() { 322 case ICameraServiceProxy.CAMERA_FACING_BACK: in dumpUsageEvents() 325 case ICameraServiceProxy.CAMERA_FACING_FRONT: in dumpUsageEvents() 328 case ICameraServiceProxy.CAMERA_FACING_EXTERNAL: in dumpUsageEvents() 429 case ICameraServiceProxy.CAMERA_STATE_OPEN: in updateActivityCount() 438 String facingStr = (facing == ICameraServiceProxy.CAMERA_FACING_BACK) ? in updateActivityCount() 444 case ICameraServiceProxy.CAMERA_STATE_ACTIVE: in updateActivityCount() 471 case ICameraServiceProxy.CAMERA_STATE_IDLE: in updateActivityCount() 472 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; 130 sp<hardware::ICameraServiceProxy> CameraService::sCameraServiceProxy; 220 sp<ICameraServiceProxy> CameraService::getCameraServiceProxy() { in getCameraServiceProxy() 230 sCameraServiceProxy = interface_cast<ICameraServiceProxy>(binder); in getCameraServiceProxy() 238 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy(); in pingCameraServiceProxy() 2512 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in startCameraOps() 2514 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in startCameraOps() 2517 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_OPEN, in startCameraOps() 2549 int apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_1; in finishCameraOps() 2551 apiLevel = hardware::ICameraServiceProxy::CAMERA_API_LEVEL_2; in finishCameraOps() [all …]
|
D | CameraService.h | 970 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy; 972 static sp<hardware::ICameraServiceProxy> getCameraServiceProxy();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 23626 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 23627 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 23628 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->mRemote:Landroid/os/IBinder; 23629 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->notifyCameraState(Ljava/lang/String;IILjava/lang… 23630 Landroid/hardware/ICameraServiceProxy$Stub$Proxy;->pingForUserUpdate()V 23631 Landroid/hardware/ICameraServiceProxy$Stub;-><init>()V 23632 Landroid/hardware/ICameraServiceProxy$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICa… 23633 Landroid/hardware/ICameraServiceProxy$Stub;->DESCRIPTOR:Ljava/lang/String; 23634 Landroid/hardware/ICameraServiceProxy$Stub;->TRANSACTION_notifyCameraState:I 23635 Landroid/hardware/ICameraServiceProxy$Stub;->TRANSACTION_pingForUserUpdate:I [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… 33571 Landroid/hardware/ICameraServiceProxy$Stub; 33572 Landroid/hardware/ICameraServiceProxy;
|