HomeSort by relevance Sort by last modified time
    Searched refs:send_command (Results 1 - 15 of 15) sorted by null

  /external/qemu/hw/
scsi-disk.h 19 int32_t (*send_command)(SCSIDevice *s, uint32_t tag, uint8_t *buf, member in struct:SCSIDevice
usb-msd.c 394 s->scsi_dev->send_command(s->scsi_dev, s->tag, cbw.cmd, 0);
scsi-disk.c 962 d->send_command = scsi_send_command;
  /development/tools/emulator/system/camera/
EmulatedCamera.h 247 /* Actual handler for camera_device_ops_t::send_command callback.
349 static int send_command(struct camera_device* dev,
EmulatedCamera.cpp 897 int EmulatedCamera::send_command(struct camera_device* dev, function in class:android::EmulatedCamera
966 EmulatedCamera::send_command,
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 267 int (*send_command)(struct camera_device *, member in struct:camera_device_ops
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 74 OMX_ERRORTYPE send_command(OMX_HANDLETYPE cmp_handle,
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 412 if (mDevice->ops->send_command)
413 return mDevice->ops->send_command(mDevice, cmd, arg1, arg2);
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 219 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 135 eRet = pThis->send_command(hComp,cmd,param1,cmdData);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 252 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 563 camera_ops->send_command = camera_send_command;
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 662 OMX_ERRORTYPE omx_video::send_command(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
678 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index\n");
686 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index \n");
691 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->param is null");
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 1168 OMX_ERRORTYPE omx_vdec::send_command(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]

Completed in 1726 milliseconds