HomeSort by relevance Sort by last modified time
    Searched refs:send_command (Results 1 - 24 of 24) 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;
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 92 int send_command(struct camera_device *,
QualcommCamera.cpp 105 send_command: android::send_command,
471 int send_command(struct camera_device * device, function in namespace:android
  /device/lge/mako/camera/
QualcommCamera.h 81 int send_command(struct camera_device *,
QualcommCamera2.h 94 int send_command(struct camera_device *,
QualcommCamera2.cpp 105 send_command: android::send_command,
490 int send_command(struct camera_device * device, function in namespace:android
QualcommCamera.cpp 94 send_command: android::send_command,
667 int send_command(struct camera_device * device, function in namespace:android
  /device/generic/goldfish/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/inc/
qc_omx_component.h 74 OMX_ERRORTYPE send_command(OMX_HANDLETYPE cmp_handle,
  /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 407 if (mDevice->ops->send_command)
408 return mDevice->ops->send_command(mDevice, cmd, arg1, arg2);
  /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-core/src/common/
omx_core_cmp.cpp 135 eRet = pThis->send_command(hComp,cmd,param1,cmdData);
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 288 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 563 camera_ops->send_command = camera_send_command;
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 345 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 734 OMX_ERRORTYPE omx_video::send_command(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_video
750 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index\n");
758 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index \n");
763 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->param is null");
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 1666 OMX_ERRORTYPE omx_vdec::send_command(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]
omx_vdec_copper.cpp 1594 OMX_ERRORTYPE omx_vdec::send_command(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
    [all...]

Completed in 174 milliseconds