OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notify_request_queue_not_empty
(Results
1 - 2
of
2
) sorted by null
/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
,
/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
...]
Completed in 363 milliseconds