Home
last modified time | relevance | path

Searched refs:ICameraServiceProxy (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java24 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/
DCamera2ClientBase.cpp250 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/
DICameraServiceProxy.aidl26 interface ICameraServiceProxy interface
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp262 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/
DAndroid.bp85 "aidl/android/hardware/ICameraServiceProxy.aidl",
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp90 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 …]
DCameraService.h970 static sp<hardware::ICameraServiceProxy> sCameraServiceProxy;
972 static sp<hardware::ICameraServiceProxy> getCameraServiceProxy();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23626 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 …]
Dboot-image-profile.txt6964 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;