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

1 2

  /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/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.h 94 int send_command(struct camera_device *,
QualcommCamera.cpp 106 send_command: android::send_command,
494 int send_command(struct camera_device * device, function in namespace:android
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 93 int send_command(struct camera_device *,
QualcommCamera.cpp 416 int send_command(struct camera_device * device, function in namespace:android
423 rc = hardware->send_command(device, cmd, arg1, arg2);
  /system/extras/taskstats/
taskstats.c 44 int send_command(struct nl_sock* netlink_socket, uint16_t nlmsg_type, function
86 if (send_command(netlink_socket, GENL_ID_CTRL, getpid(),
149 int result = send_command(netlink_socket, family_id, getpid(),
  /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 270 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/device1/
CameraHardwareInterface.h 421 if (mDevice->ops->send_command)
422 return mDevice->ops->send_command(mDevice, cmd, arg1, arg2);
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 196 static int send_command(struct camera_device *,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.h 196 static int send_command(struct camera_device *,
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 359 int32_t (*send_command) (uint32_t camera_handle, member in struct:__anon4047
  /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-legacy/vidc/venc/inc/
omx_video_base.h 289 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 309 OMX_ERRORTYPE send_command(OMX_HANDLETYPE hComp,
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 563 camera_ops->send_command = camera_send_command;

Completed in 572 milliseconds

1 2