Searched defs:CameraService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/camera/libcameraservice/
H A DCameraService.h36 // When enabled, this feature allows you to send an event to the CameraService
46 class CameraService : public BnCameraService class in namespace:android
131 friend class CameraService;
132 Client(const sp<CameraService>& cameraService,
182 sp<CameraService> mCameraService;
207 CameraService();
208 virtual ~CameraService();
H A DCameraService.cpp19 #define LOG_TAG "CameraService"
36 #include "CameraService.h"
53 // references to the CameraService::Client in order to catch the case where the
77 void CameraService::instantiate() {
79 String16("media.camera"), new CameraService());
84 CameraService::CameraService() : function in class:android::CameraService
87 LOGI("CameraService started: pid=%d", getpid());
91 CameraService::~CameraService()
[all...]

Completed in 117 milliseconds