HomeSort by relevance Sort by last modified time
    Searched defs:enable_msg_type (Results 1 - 9 of 9) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 225 void enable_msg_type(struct camera_device * device, int32_t msg_type) function in namespace:android
229 hardware->enable_msg_type(device, msg_type);
  /hardware/libhardware/include/hardware/
camera.h 120 void (*enable_msg_type)(struct camera_device *, int32_t msg_type); member in struct:camera_device_ops
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.cpp 225 void enable_msg_type(struct camera_device * device, int32_t msg_type) function in namespace:android
229 hardware->enable_msg_type(device, msg_type);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 752 void EmulatedCamera::enable_msg_type(struct camera_device* dev, function in class:android::EmulatedCamera
965 EmulatedCamera::enable_msg_type,
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 432 * FUNCTION : enable_msg_type
442 void QCameraMuxer::enable_msg_type(struct camera_device * device, int32_t msg_type) function in class:qcamera::QCameraMuxer
455 hwi->enable_msg_type(pCam->dev, msg_type);
    [all...]
QCamera2HWI.cpp 88 .enable_msg_type = QCamera2HardwareInterface::enable_msg_type,
206 * FUNCTION : enable_msg_type
216 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 432 * FUNCTION : enable_msg_type
442 void QCameraMuxer::enable_msg_type(struct camera_device * device, int32_t msg_type) function in class:qcamera::QCameraMuxer
455 hwi->enable_msg_type(pCam->dev, msg_type);
    [all...]
QCamera2HWI.cpp 90 .enable_msg_type = QCamera2HardwareInterface::enable_msg_type,
208 * FUNCTION : enable_msg_type
218 void QCamera2HardwareInterface::enable_msg_type(struct camera_device *device, int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 967 void EmulatedCamera::enable_msg_type(struct camera_device* dev, int32_t msg_type) function in class:android::EmulatedCamera
    [all...]

Completed in 169 milliseconds