Home
last modified time | relevance | path

Searched refs:CameraClient (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h32 class CameraClient : public CameraService::Client
64 CameraClient(const sp<CameraService>& cameraService,
72 ~CameraClient();
103 static sp<CameraClient> getClientFromCookie(void* user);
/frameworks/av/camera/include/camera/android/hardware/
DICameraClient.h33 DECLARE_META_INTERFACE(CameraClient);
/frameworks/av/services/camera/libcameraservice/
DAndroid.bp31 "api1/CameraClient.cpp",
DCameraService.h69 friend class CameraClient; variable
DCameraService.cpp648 *client = new CameraClient(cameraService, tmp, packageName, in makeClient()
691 *client = new CameraClient(cameraService, tmp, packageName, in makeClient()
/frameworks/av/camera/
DICameraClient.cpp120 IMPLEMENT_META_INTERFACE(CameraClient, "android.hardware.ICameraClient");