Home
last modified time | relevance | path

Searched refs:mNotifyCb (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera2.cpp47 mNotifyCb = NULL; in EmulatedCamera2()
292 ec->mNotifyCb = notify_cb; in set_notify_callback()
352 notifyCb = mNotifyCb; in sendNotification()
DEmulatedCamera2.h240 camera2_notify_callback mNotifyCb; variable
/device/generic/goldfish/camera/
DEmulatedCamera2.cpp51 mNotifyCb = NULL; in EmulatedCamera2()
329 ec->mNotifyCb = notify_cb; in set_notify_callback()
384 notifyCb = mNotifyCb; in sendNotification()
DEmulatedCamera2.h268 camera2_notify_callback mNotifyCb; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h147 mNotifyCb (NULL), in QCameraCbNotifier()
178 camera_notify_callback mNotifyCb;
588 camera_notify_callback mNotifyCb; variable
DQCamera2HWICallbacks.cpp3227 if (pme->mNotifyCb) { in cbNotifyRoutine()
3228 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
3415 if ( ( NULL == mNotifyCb ) && in setCallbacks()
3419 mNotifyCb = notifyCb; in setCallbacks()
DQCameraPostProc.cpp2160 if (NULL != m_parent->mNotifyCb && in encodeData()
2663 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
DQCamera2HWI.cpp3307 mNotifyCb = notify_cb; in setCallBacks()
8183 if (mNotifyCb == NULL || in playShutter()