OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasFlashUnit
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp
150
res = mFlashControl->
hasFlashUnit
(id, &hasFlash);
171
bool CameraFlashlight::
hasFlashUnit
(const String8& cameraId) {
296
status_t ProviderFlashControl::
hasFlashUnit
(const String8& cameraId, bool *hasFlash) {
300
*hasFlash = mProviderManager->
hasFlashUnit
(cameraId.string());
385
status_t CameraHardwareInterfaceFlashControl::
hasFlashUnit
(
/frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h
156
bool
hasFlashUnit
(const std::string &id) const;
387
bool
hasFlashUnit
() const { return mHasFlashUnit; }
CameraProviderManager.cpp
166
bool CameraProviderManager::
hasFlashUnit
(const std::string &id) const {
172
return deviceInfo->
hasFlashUnit
();
[
all
...]
Completed in 474 milliseconds