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

  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 381 camera2_notify_callback notifyCb;
384 notifyCb = mNotifyCb;
386 if (notifyCb != NULL) {
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr);
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QCameraHWI.cpp 825 app_cb->notifyCb = mNotifyCb;
832 app_cb->notifyCb = mNotifyCb;
935 ALOGV(" App_cb Notify %p, datacb=%p", app_cb.notifyCb, app_cb.dataCb);
936 if (app_cb.notifyCb) {
937 app_cb.notifyCb(app_cb.argm_notify.msg_type,
    [all...]
QCameraHWI.h 184 camera_notify_callback notifyCb;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
QCameraHWI.cpp 805 app_cb->notifyCb = mNotifyCb;
903 LOGE(" App_cb Notify %p, datacb=%p", app_cb.notifyCb, app_cb.dataCb);
904 if (app_cb.notifyCb) {
905 app_cb.notifyCb(app_cb.argm_notify.msg_type,
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 184 camera_notify_callback notifyCb;

Completed in 184 milliseconds