Home | History | Annotate | Download | only in libcamera2

Lines Matching full:notify_cb

2412 int ExynosCameraHWInterface2::setNotifyCallback(camera2_notify_callback notify_cb, void *user)
2414 ALOGV("DEBUG(%s): cb_addr(%x)", __FUNCTION__, (unsigned int)notify_cb);
2415 m_notifyCb = notify_cb;
6310 camera2_notify_callback notify_cb,
6314 return obj(dev)->setNotifyCallback(notify_cb, user);