OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CameraCommands
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h
51
virtual status_t sendCommand(
CameraCommands
operation, int value1 = 0, int value2 = 0, int value3 = 0 );
70
virtual status_t setState(
CameraCommands
operation);
CameraHal.h
740
enum
CameraCommands
829
virtual status_t sendCommand(
CameraCommands
operation, int value1=0, int value2=0, int value3=0) = 0;
855
virtual status_t setState(
CameraCommands
operation) = 0;
[
all
...]
/hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp
327
status_t BaseCameraAdapter::sendCommand(
CameraCommands
operation, int value1, int value2, int value3)
[
all
...]
Completed in 105 milliseconds