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

  /hardware/libhardware/modules/fingerprint/
fingerprint.c 70 static int set_notify_callback(struct fingerprint_device *dev, function
100 dev->set_notify = set_notify_callback;
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h 107 int set_notify_callback(const struct camera2_device *,
QualcommCamera.cpp 93 set_notify_callback: android::set_notify_callback,
358 int set_notify_callback(const struct camera2_device *device, function in namespace:android
366 rc = hardware->set_notify_callback(notify_cb, user);
  /device/generic/goldfish/camera/
EmulatedCamera2.h 220 static int set_notify_callback(const camera2_device_t *,
EmulatedCamera2.cpp 325 int EmulatedCamera2::set_notify_callback(const camera2_device_t *d, function in class:android::EmulatedCamera2
405 EmulatedCamera2::set_notify_callback,
  /hardware/libhardware/include/hardware/
camera2.h 299 * device in set_notify_callback().
787 int (*set_notify_callback)(const struct camera2_device *, member in struct:camera2_device_ops
    [all...]
  /device/generic/goldfish/fingerprint/
fingerprint.c 515 static int set_notify_callback(struct fingerprint_device *device, function
828 qdev->device.set_notify = set_notify_callback;
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp 485 int QCameraHardwareInterface::set_notify_callback(camera2_notify_callback notify_cb, function in class:android::QCameraHardwareInterface
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 227 int set_notify_callback(camera2_notify_callback notify_cb,
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 249 err = dev->ops->set_notify_callback(dev,

Completed in 180 milliseconds