OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFlashUnitLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h
89
bool
hasFlashUnitLocked
(const String8& cameraId);
163
status_t
hasFlashUnitLocked
(const String8& cameraId, bool *hasFlash, bool keepDeviceOpen);
CameraFlashlight.cpp
173
return
hasFlashUnitLocked
(cameraId);
176
bool CameraFlashlight::
hasFlashUnitLocked
(const String8& cameraId) {
224
if (
hasFlashUnitLocked
(id8)) {
231
// close flash control that may be opened by calling
hasFlashUnitLocked
.
270
if (
hasFlashUnitLocked
(id8)) {
351
res =
hasFlashUnitLocked
(cameraId, &hasFlash, /*keepDeviceOpen*/true);
354
//
hasFlashUnitLocked
() returns BAD_INDEX if mDevice is connected to
389
return
hasFlashUnitLocked
(cameraId, hasFlash, /*keepDeviceOpen*/false);
392
status_t CameraHardwareInterfaceFlashControl::
hasFlashUnitLocked
(
Completed in 227 milliseconds