HomeSort by relevance Sort by last modified time
    Searched refs:notifyCb (Results 1 - 11 of 11) 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/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/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.h 173 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.h 173 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]
  /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...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 158 virtual void setCallbacks(camera_notify_callback notifyCb,
QCamera2HWICallbacks.cpp     [all...]

Completed in 903 milliseconds