Lines Matching refs:String8
43 virtual status_t hasFlashUnit(const String8& cameraId,
47 virtual status_t setTorchMode(const String8& cameraId,
67 bool hasFlashUnit(const String8& cameraId);
70 status_t setTorchMode(const String8& cameraId, bool enabled);
76 status_t prepareDeviceOpen(const String8& cameraId);
81 status_t deviceClosed(const String8& cameraId);
86 status_t createFlashlightControl(const String8& cameraId);
89 bool hasFlashUnitLocked(const String8& cameraId);
93 bool isBackwardCompatibleMode(const String8& cameraId);
100 SortedVector<String8> mOpenedCameraIds;
103 KeyedVector<String8, bool> mHasFlashlightMap;
118 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
119 status_t setTorchMode(const String8& cameraId, bool enabled);
138 status_t setTorchMode(const String8& cameraId, bool enabled);
139 status_t hasFlashUnit(const String8& cameraId, bool *hasFlash);
143 status_t connectCameraDevice(const String8& cameraId);
163 status_t hasFlashUnitLocked(const String8& cameraId, bool *hasFlash, bool keepDeviceOpen);
168 String8 mCameraId;