Searched defs:arg2 (Results 51 - 52 of 52) sorted by last modified time

123

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp615 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { argument
655 return mHardware->sendCommand(cmd, arg1, arg2);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h418 status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) argument
422 return mDevice->ops->send_command(mDevice, cmd, arg1, arg2);

Completed in 3857 milliseconds

123