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.h 50 class CameraService :
51 public BinderService<CameraService>,
56 friend class BinderService<CameraService>;
64 CameraService();
65 virtual ~CameraService();
171 BasicClient(const sp<CameraService>& cameraService,
184 // CameraService's mClientLock should be acquired to access this.
189 sp<CameraService> mCameraService; // immutable after constructor
259 // Interface used by CameraService
    [all...]
CameraService.cpp 17 #define LOG_TAG "CameraService"
45 #include "CameraService.h"
82 sp<CameraService> cs = const_cast<CameraService*>(
83 static_cast<const CameraService*>(callbacks));
93 // This is ugly and only safe if we never re-create the CameraService, but
95 static CameraService *gCameraService;
97 CameraService::CameraService()
100 ALOGI("CameraService started (pid=%d)", getpid())
    [all...]

Completed in 61 milliseconds