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

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

Completed in 17 milliseconds