Searched refs:ICameraServiceProxy (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
H A DICameraServiceProxy.aidl22 * Keep in sync with frameworks/av/include/camera/ICameraServiceProxy.h
26 interface ICameraServiceProxy
/frameworks/av/camera/
H A DICameraServiceProxy.cpp23 #include <camera/ICameraServiceProxy.h>
27 class BpCameraServiceProxy: public BpInterface<ICameraServiceProxy> {
30 : BpInterface<ICameraServiceProxy>(impl) {}
34 data.writeInterfaceToken(ICameraServiceProxy::getInterfaceDescriptor());
41 data.writeInterfaceToken(ICameraServiceProxy::getInterfaceDescriptor());
51 IMPLEMENT_META_INTERFACE(CameraServiceProxy, "android.hardware.ICameraServiceProxy");
57 CHECK_INTERFACE(ICameraServiceProxy, data, reply);
62 CHECK_INTERFACE(ICameraServiceProxy, data, reply);
H A DAndroid.mk46 ICameraServiceProxy.cpp \
/frameworks/av/camera/include/camera/
H A DICameraServiceProxy.h29 * Keep in sync with frameworks/base/core/java/android/hardware/ICameraServiceProxy.aidl
32 class ICameraServiceProxy : public IInterface { class in namespace:android
52 class BnCameraServiceProxy: public BnInterface<ICameraServiceProxy>
/frameworks/av/include/camera/
H A DICameraServiceProxy.h29 * Keep in sync with frameworks/base/core/java/android/hardware/ICameraServiceProxy.aidl
32 class ICameraServiceProxy : public IInterface { class in namespace:android
52 class BnCameraServiceProxy: public BnInterface<ICameraServiceProxy>
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java23 import android.hardware.ICameraServiceProxy;
119 private final ICameraServiceProxy.Stub mCameraServiceProxy = new ICameraServiceProxy.Stub() {
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp251 ICameraServiceProxy::CAMERA_STATE_IDLE, TClientBase::mCameraIdStr);
266 ICameraServiceProxy::CAMERA_STATE_ACTIVE, TClientBase::mCameraIdStr);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h29 #include <camera/ICameraServiceProxy.h>
185 ICameraServiceProxy::CameraState newState,
775 static sp<ICameraServiceProxy> getCameraServiceProxy();
H A DCameraService.cpp269 sp<ICameraServiceProxy> CameraService::getCameraServiceProxy() {
270 sp<ICameraServiceProxy> proxyBinder = nullptr;
278 proxyBinder = interface_cast<ICameraServiceProxy>(binder);
285 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy();
2211 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_OPEN,
2235 sCameraService->updateProxyDeviceState(ICameraServiceProxy::CAMERA_STATE_CLOSED,
2740 void CameraService::updateProxyDeviceState(ICameraServiceProxy::CameraState newState,
2742 sp<ICameraServiceProxy> proxyBinder = getCameraServiceProxy();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp259 ICameraServiceProxy::CAMERA_STATE_IDLE,
421 ICameraServiceProxy::CAMERA_STATE_ACTIVE,
464 ICameraServiceProxy::CAMERA_STATE_IDLE,
963 ICameraServiceProxy::CAMERA_STATE_IDLE,
/frameworks/base/
H A DAndroid.mk181 ../av/camera/aidl/android/hardware/ICameraServiceProxy.aidl \
H A Dcompiled-classes-phone1489 android.hardware.ICameraServiceProxy
1490 android.hardware.ICameraServiceProxy$Stub

Completed in 197 milliseconds