Searched refs:CameraService (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp18 #define LOG_TAG "CameraService"
38 #include "CameraService.h"
66 // This is ugly and only safe if we never re-create the CameraService, but
68 static CameraService *gCameraService;
70 CameraService::CameraService() function in class:android::CameraService
73 LOGI("CameraService started (pid=%d)", getpid());
89 CameraService::~CameraService() {
99 int32_t CameraService
[all...]
H A DCameraService.h34 class CameraService : class in namespace:android
35 public BinderService<CameraService>,
39 friend class BinderService<CameraService>;
43 CameraService();
44 virtual ~CameraService();
106 friend class CameraService;
107 Client(const sp<CameraService>& cameraService,
160 sp<CameraService> mCameraService; // immutable after constructor
H A DAndroid.mk43 CameraService.cpp
/frameworks/base/media/mediaserver/
H A Dmain_mediaserver.cpp29 #include <CameraService.h>
43 CameraService::instantiate();
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp19 #include <CameraService.h>
87 CameraService::instantiate();
/frameworks/base/include/camera/
H A DICameraService.h39 DECLARE_META_INTERFACE(CameraService);
/frameworks/base/libs/camera/
H A DICameraService.cpp70 IMPLEMENT_META_INTERFACE(CameraService, "android.hardware.ICameraService");

Completed in 8227 milliseconds