OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotifyDataQueue
(Results
1 - 2
of
2
) sorted by null
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
238
pme->
mNotifyDataQueue
.flush();
251
(app_notify_cb_t *)pme->
mNotifyDataQueue
.dequeue();
292
(app_notify_cb_t *)pme->
mNotifyDataQueue
.dequeue();
304
pme->
mNotifyDataQueue
.flush();
483
if ((app_cb->dataCb || app_cb->notifyCb) &&
mNotifyDataQueue
.enqueue((void *)app_cb)) {
698
if (
mNotifyDataQueue
.enqueue((void *)app_cb)) {
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h
919
QCameraQueue
mNotifyDataQueue
; /* queue for data notify */
[
all
...]
Completed in 891 milliseconds