Searched refs:ICameraClient (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/camera/
H A DICameraClient.cpp19 #define LOG_TAG "ICameraClient"
23 #include <camera/ICameraClient.h>
33 class BpCameraClient: public BpInterface<ICameraClient>
37 : BpInterface<ICameraClient>(impl)
46 data.writeInterfaceToken(ICameraClient::getInterfaceDescriptor());
59 data.writeInterfaceToken(ICameraClient::getInterfaceDescriptor());
74 data.writeInterfaceToken(ICameraClient::getInterfaceDescriptor());
82 IMPLEMENT_META_INTERFACE(CameraClient, "android.hardware.ICameraClient");
92 CHECK_INTERFACE(ICameraClient, data, reply);
101 CHECK_INTERFACE(ICameraClient, dat
[all...]
H A DAndroid.mk8 ICameraClient.cpp \
H A DICameraService.cpp59 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId)
95 sp<ICameraClient> cameraClient = interface_cast<ICameraClient>(data.readStrongBinder());
H A DICamera.cpp247 virtual status_t connect(const sp<ICameraClient>& cameraClient)
399 sp<ICameraClient> cameraClient = interface_cast<ICameraClient>(data.readStrongBinder());
/frameworks/av/include/camera/
H A DICameraClient.h29 class ICameraClient: public IInterface class in namespace:android
42 class BnCameraClient: public BnInterface<ICameraClient>
H A DICameraService.h24 #include <camera/ICameraClient.h>
44 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient,
H A DICamera.h29 class ICameraClient;
41 virtual status_t connect(const sp<ICameraClient>& client) = 0;
H A DCamera.h23 #include <camera/ICameraClient.h>
140 // ICameraClient interface
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h51 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId);
52 virtual void removeClient(const sp<ICameraClient>& cameraClient);
80 virtual status_t connect(const sp<ICameraClient>& client) = 0;
103 const sp<ICameraClient>& cameraClient,
111 const sp<ICameraClient>& getCameraClient() {
131 sp<ICameraClient> mCameraClient;
H A DCamera2Client.h47 virtual status_t connect(const sp<ICameraClient>& client);
74 const sp<ICameraClient>& cameraClient,
117 // Simple class to ensure that access to ICameraClient is serialized by
126 sp<ICameraClient> &mCameraClient;
130 SharedCameraClient(const sp<ICameraClient>& client);
131 SharedCameraClient& operator=(const sp<ICameraClient>& client);
134 sp<ICameraClient> mCameraClient;
H A DCameraClient.h32 virtual status_t connect(const sp<ICameraClient>& client);
55 const sp<ICameraClient>& cameraClient,
107 const sp<ICameraClient>& client,
H A DCameraClient.cpp42 const sp<ICameraClient>& cameraClient,
172 // we need to remove the reference to ICameraClient so that when the app
180 status_t CameraClient::connect(const sp<ICameraClient>& client) {
680 // lock before calling the ICameraClient's callbacks, so those callbacks can
778 sp<ICameraClient> c = mCameraClient;
809 sp<ICameraClient> c = mCameraClient;
839 sp<ICameraClient> c = mCameraClient;
854 sp<ICameraClient> c = mCameraClient;
865 sp<ICameraClient> c = mCameraClient;
875 sp<ICameraClient>
[all...]
H A DCameraService.cpp135 const sp<ICameraClient>& cameraClient, int cameraId) {
221 void CameraService::removeClient(const sp<ICameraClient>& cameraClient) {
391 const sp<ICameraClient>& cameraClient,
H A DCamera2Client.cpp47 const sp<ICameraClient>& cameraClient,
420 status_t Camera2Client::connect(const sp<ICameraClient>& client) {
1519 Camera2Client::SharedCameraClient::SharedCameraClient(const sp<ICameraClient>&client):
1524 const sp<ICameraClient>&client) {
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp29 #include <camera/ICameraClient.h>

Completed in 96 milliseconds