HomeSort by relevance Sort by last modified time
    Searched refs:notifyCb (Results 1 - 15 of 15) 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 830 app_cb->notifyCb = mNotifyCb;
837 app_cb->notifyCb = mNotifyCb;
940 ALOGV(" App_cb Notify %p, datacb=%p", app_cb.notifyCb, app_cb.dataCb);
941 if (app_cb.notifyCb) {
942 app_cb.notifyCb(app_cb.argm_notify.msg_type,
    [all...]
QCameraHWI.h 183 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/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 143 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.h 143 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 254 if (app_cb->notifyCb) {
256 app_cb->notifyCb(app_cb->argm_notify.msg_type,
475 app_cb->notifyCb = mNotifyCb;
483 if ((app_cb->dataCb || app_cb->notifyCb) && mNotifyDataQueue.enqueue((void *)app_cb)) {
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 183 camera_notify_callback notifyCb;
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 195 camera_notify_callback notifyCb;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 170 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]

Completed in 309 milliseconds