Searched refs:singleton (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h308 static ExynosCamera singleton; local
309 return &singleton;
/hardware/msm7k/libcamera/
H A DQualcommCameraHardware.h72 static wp<QualcommCameraHardware> singleton; member in class:android::QualcommCameraHardware
H A DQualcommCameraHardware.cpp670 singleton.clear();
1104 wp<QualcommCameraHardware> QualcommCameraHardware::singleton; member in class:android::QualcommCameraHardware
1107 // object. If not, create a new hardware object, put it in the singleton,
1114 if (singleton != 0) {
1115 sp<CameraHardwareInterface> hardware = singleton.promote();
1137 singleton = hardware;
1141 // Since the latter tries to promote the singleton object to make sure
1143 // singleton.
1153 sp<CameraHardwareInterface> hardware = singleton.promote();
1780 // Promote the singleton t
[all...]
/hardware/qcom/camera/
H A DQualcommCameraHardware.h186 QualcommCameraHardware * singleton; member in class:android::QualcommCameraHardware
H A DQualcommCameraHardware.cpp5131 //singleton.clear();
6554 //wp<QualcommCameraHardware> QualcommCameraHardware::singleton;
6557 // object. If not, create a new hardware object, put it in the singleton,
6572 ALOGE("Previous singleton is busy and time out exceeded. Returning null");
6580 if (singleton != 0) {
6581 sp<CameraHardwareInterface> hardware = singleton.promote();
6620 //QualcommCameraHardware* hardware = singleton.promote();

Completed in 121 milliseconds