Home
last modified time | relevance | path

Searched refs:send_command (Results 1 – 11 of 11) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h93 int send_command(struct camera_device *,
DQualcommCamera.cpp416 int send_command(struct camera_device * device, in send_command() function
423 rc = hardware->send_command(device, cmd, arg1, arg2); in send_command()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera.h363 static int send_command(struct camera_device* dev, int32_t cmd, int32_t arg1,
DEmulatedCamera.cpp920 int EmulatedCamera::send_command(struct camera_device* dev, int32_t cmd, in send_command() function in android::EmulatedCamera
983 EmulatedCamera::send_command,
/device/generic/goldfish/camera/
DEmulatedCamera.h361 static int send_command(struct camera_device* dev,
DEmulatedCamera.cpp1157 int EmulatedCamera::send_command(struct camera_device* dev, in send_command() function in android::EmulatedCamera
1226 EmulatedCamera::send_command,
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h186 static int send_command(struct camera_device *,
DQCameraMuxer.cpp1520 int QCameraMuxer::send_command(struct camera_device * device, in send_command() function in qcamera::QCameraMuxer
1537 rc = QCamera2HardwareInterface::send_command(pCam->dev, cmd, arg1, arg2); in send_command()
2815 .send_command = QCameraMuxer::send_command,
DQCamera2HWI.h235 static int send_command(struct camera_device *,
DQCamera2HWI.cpp111 .send_command = QCamera2HardwareInterface::send_command,
1334 int QCamera2HardwareInterface::send_command(struct camera_device *device, in send_command() function in qcamera::QCamera2HardwareInterface
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp82 send_command: android::usbcam_send_command,