Home
last modified time | relevance | path

Searched refs:gCameraService (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/camera/
DCameraBase.cpp40 sp<ICameraService> gCameraService; variable
55 gCameraService.clear(); in binderDied()
72 if (gCameraService.get() == 0) { in getCameraService()
87 gCameraService = interface_cast<ICameraService>(binder); in getCameraService()
89 ALOGE_IF(gCameraService == 0, "no CameraService!?"); in getCameraService()
90 return gCameraService; in getCameraService()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp87 static CameraService *gCameraService; variable
93 gCameraService = this; in CameraService()
139 gCameraService = NULL; in ~CameraService()
903 return gCameraService->getClientLockById((int) user); in getClientLockFromCookie()
909 Client* client = gCameraService->getClientByIdUnsafe((int) user); in getClientFromCookie()