Searched refs:value4 (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap4-aah/camera/inc/ |
D | BaseCameraAdapter.h | 62 …Command(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0, int value4 = 0 );
|
D | CameraHal.h | 977 … sendCommand(CameraCommands operation, int value1=0, int value2=0, int value3=0, int value4=0) = 0;
|
/hardware/ti/omap4-aah/camera/ |
D | BaseCameraAdapter.cpp | 408 …eraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3, int value4) { in sendCommand() argument 1111 ret = setupTunnel(value1, value2, value3, value4); in sendCommand()
|