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

  /device/generic/goldfish/camera/
EmulatedCamera2.h 161 static int notify_request_queue_not_empty(const camera2_device_t *);
EmulatedCamera2.cpp 229 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { function in class:android::EmulatedCamera2
393 EmulatedCamera2::notify_request_queue_not_empty,
  /hardware/libhardware/include/hardware/
camera2.h 190 * signals the device by calling notify_request_queue_not_empty().
192 * 2. After receiving notify_request_queue_not_empty, the device must call
199 * notify_request_queue_not_empty() again. If the device receives a NULL
201 * notify_request_queue_not_empty() call is received from the source.
204 * the framework will provide a notify_request_queue_not_empty() call. The
208 * 5. The dequeue() call in response to notify_request_queue_not_empty() may be
209 * on the same thread as the notify_request_queue_not_empty() call, and may
221 * whether the notify_request_queue_not_empty() method will be called by the
229 * device must wait for a notify_request_queue_not_empty() message before
540 int (*notify_request_queue_not_empty)(const struct camera2_device *) member in struct:camera2_device_ops
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 81 mDevice->ops->notify_request_queue_not_empty(mDevice);
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.cpp 844 res = mHal2Device->ops->notify_request_queue_not_empty(mHal2Device);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 154 milliseconds