HomeSort by relevance Sort by last modified time
    Searched refs:notify_request_queue_not_empty (Results 1 - 5 of 5) 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,
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera2.h 146 static int notify_request_queue_not_empty(const camera2_device_t *);
EmulatedCamera2.cpp 203 int EmulatedCamera2::notify_request_queue_not_empty(const camera2_device_t *d) { function in class:android::EmulatedCamera2
361 EmulatedCamera2::notify_request_queue_not_empty,
  /hardware/libhardware/include/hardware/
camera2.h 194 * signals the device by calling notify_request_queue_not_empty().
196 * 2. After receiving notify_request_queue_not_empty, the device must call
203 * notify_request_queue_not_empty() again. If the device receives a NULL
205 * notify_request_queue_not_empty() call is received from the source.
208 * the framework will provide a notify_request_queue_not_empty() call. The
212 * 5. The dequeue() call in response to notify_request_queue_not_empty() may be
213 * on the same thread as the notify_request_queue_not_empty() call, and may
225 * whether the notify_request_queue_not_empty() method will be called by the
233 * device must wait for a notify_request_queue_not_empty() message before
544 int (*notify_request_queue_not_empty)(const struct camera2_device *) member in struct:camera2_device_ops
    [all...]

Completed in 329 milliseconds