OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findFlashUnits
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h
62
status_t
findFlashUnits
();
64
// Whether a camera device has a flash unit. Before
findFlashUnits
() is
CameraFlashlight.cpp
102
ALOGE("%s:
findFlashUnits
() must be called before this method.",
157
status_t CameraFlashlight::
findFlashUnits
() {
202
ALOGE("%s:
findFlashUnits
() must be called before this method.",
209
ALOGE("%s: camera %s not present when
findFlashUnits
() was called",
222
ALOGE("%s:
findFlashUnits
() must be called before this method.",
260
ALOGE("%s:
findFlashUnits
() must be called before this method.",
CameraService.cpp
206
status_t res = mFlashlight->
findFlashUnits
();
[
all
...]
Completed in 72 milliseconds