Home
last modified time | relevance | path

Searched refs:notifyCb (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCamera2.cpp381 camera2_notify_callback notifyCb; in sendNotification() local
384 notifyCb = mNotifyCb; in sendNotification()
386 if (notifyCb != NULL) { in sendNotification()
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera2.cpp349 camera2_notify_callback notifyCb; in sendNotification() local
352 notifyCb = mNotifyCb; in sendNotification()
354 if (notifyCb != NULL) { in sendNotification()
355 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr); in sendNotification()