Home
last modified time | relevance | path

Searched refs:value4 (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h62 …Command(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0, int value4 = 0 );
DCameraHal.h977 … sendCommand(CameraCommands operation, int value1=0, int value2=0, int value3=0, int value4=0) = 0;
/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()