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

  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.cpp 78 notify_request_queue_not_empty: android::notify_request_queue_not_empty,
219 int notify_request_queue_not_empty(const struct camera2_device *device) function in namespace:android
225 rc = hardware->notify_request_queue_not_empty();
  /device/generic/goldfish/camera/
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,
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp 122 * notify_request_queue_not_empty trigger, this thread makes the
124 * there will be a fresh notify_request_queue_not_empty call that is
318 int QCameraHardwareInterface::notify_request_queue_not_empty() function in class:android::QCameraHardwareInterface
  /hardware/libhardware/include/hardware/
camera2.h 191 * signals the device by calling notify_request_queue_not_empty().
193 * 2. After receiving notify_request_queue_not_empty, the device must call
200 * notify_request_queue_not_empty() again. If the device receives a NULL
202 * notify_request_queue_not_empty() call is received from the source.
205 * the framework will provide a notify_request_queue_not_empty() call. The
209 * 5. The dequeue() call in response to notify_request_queue_not_empty() may be
210 * on the same thread as the notify_request_queue_not_empty() call, and may
222 * whether the notify_request_queue_not_empty() method will be called by the
230 * device must wait for a notify_request_queue_not_empty() message before
541 int (*notify_request_queue_not_empty)(const struct camera2_device *) member in struct:camera2_device_ops
    [all...]

Completed in 45 milliseconds