Home
last modified time | relevance | path

Searched refs:value3 (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
DBaseCameraAdapter.h51 …al status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0 );
DCameraHal.h829 …virtual status_t sendCommand(CameraCommands operation, int value1=0, int value2=0, int value3=0) =…
/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h62 …endCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0, int value4 = …
DCameraHal.h977 …virtual status_t sendCommand(CameraCommands operation, int value1=0, int value2=0, int value3=0, i…
/hardware/ti/omap4-aah/camera/
DBaseCameraAdapter.cpp408 …eraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3, int value4) { in sendCommand() argument
1111 ret = setupTunnel(value1, value2, value3, value4); in sendCommand()
/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp327 …atus_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3) in sendCommand() argument