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

/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java43 * CameraService is the system_server analog to the camera service running in mediaserver.
47 public class CameraService extends SystemService class in inherits:SystemService,Handler.Callback,IBinder.DeathRecipient
134 public CameraService(Context context) { method in class:CameraService
152 Slog.e(TAG, "CameraService error, invalid message: " + msg.what);
163 throw new IllegalStateException("UserManagerService must start before CameraService!");
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h56 class CameraService : class in namespace:android
57 public BinderService<CameraService>,
62 friend class BinderService<CameraService>;
93 CameraService();
94 virtual ~CameraService();
209 // Internal dump method to be called by CameraService
229 BasicClient(const sp<CameraService>& cameraService,
242 // CameraService's mClientLock should be acquired to access this.
247 sp<CameraService> mCameraService; // immutable after constructor
315 // Interface used by CameraService
[all...]
H A DCameraService.cpp17 #define LOG_TAG "CameraService"
58 #include "CameraService.h"
103 sp<CameraService> cs = const_cast<CameraService*>(
104 static_cast<const CameraService*>(callbacks));
118 sp<CameraService> cs = const_cast<CameraService*>(
119 static_cast<const CameraService*>(callbacks));
145 // This is ugly and only safe if we never re-create the CameraService, but
147 static CameraService *gCameraServic
149 CameraService::CameraService() : function in class:android::CameraService
[all...]

Completed in 166 milliseconds