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

  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 233 void disable_msg_type(struct camera_device * device, int32_t msg_type) function in namespace:android
238 hardware->disable_msg_type(device, msg_type);
  /hardware/libhardware/include/hardware/
camera.h 132 void (*disable_msg_type)(struct camera_device *, int32_t msg_type); member in struct:camera_device_ops
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.cpp 233 void disable_msg_type(struct camera_device * device, int32_t msg_type) function in namespace:android
238 hardware->disable_msg_type(device, msg_type);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 762 void EmulatedCamera::disable_msg_type(struct camera_device* dev, function in class:android::EmulatedCamera
966 EmulatedCamera::disable_msg_type,
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 461 * FUNCTION : disable_msg_type
471 void QCameraMuxer::disable_msg_type(struct camera_device * device, int32_t msg_type) function in class:qcamera::QCameraMuxer
484 hwi->disable_msg_type(pCam->dev, msg_type);
    [all...]
QCamera2HWI.cpp 89 .disable_msg_type = QCamera2HardwareInterface::disable_msg_type,
239 * FUNCTION : disable_msg_type
249 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 461 * FUNCTION : disable_msg_type
471 void QCameraMuxer::disable_msg_type(struct camera_device * device, int32_t msg_type) function in class:qcamera::QCameraMuxer
484 hwi->disable_msg_type(pCam->dev, msg_type);
    [all...]
QCamera2HWI.cpp 91 .disable_msg_type = QCamera2HardwareInterface::disable_msg_type,
241 * FUNCTION : disable_msg_type
251 void QCamera2HardwareInterface::disable_msg_type(struct camera_device *device, int32_t msg_type) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 977 void EmulatedCamera::disable_msg_type(struct camera_device* dev, int32_t msg_type) function in class:android::EmulatedCamera
    [all...]

Completed in 261 milliseconds