OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlashControlBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h
32
*
FlashControlBase
is a base class for flash control. It defines the functions
35
class
FlashControlBase
: public virtual VirtualLightRefBase {
37
virtual ~
FlashControlBase
();
95
sp<
FlashControlBase
> mFlashControl;
112
class ProviderFlashControl : public
FlashControlBase
{
117
//
FlashControlBase
130
class CameraHardwareInterfaceFlashControl : public
FlashControlBase
{
137
//
FlashControlBase
CameraFlashlight.cpp
282
FlashControlBase
::~
FlashControlBase
() {
Completed in 290 milliseconds