HomeSort by relevance Sort by last modified time
    Searched defs:CameraService (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 18 #define LOG_TAG "CameraService"
40 #include "CameraService.h"
77 sp<CameraService> cs = const_cast<CameraService*>(
78 static_cast<const CameraService*>(callbacks));
88 // This is ugly and only safe if we never re-create the CameraService, but
90 static CameraService *gCameraService;
92 CameraService::CameraService()
95 ALOGI("CameraService started (pid=%d)", getpid())
    [all...]
CameraService.h 47 class CameraService :
48 public BinderService<CameraService>,
53 friend class BinderService<CameraService>;
61 CameraService();
62 virtual ~CameraService();
150 BasicClient(const sp<CameraService>& cameraService,
163 // CameraService's mClientLock should be acquired to access this.
168 sp<CameraService> mCameraService; // immutable after constructor
236 // Interface used by CameraService
    [all...]

Completed in 249 milliseconds