Searched refs:notificationCallback (Results 1 – 2 of 2) sorted by relevance
364 static void notificationCallback(int32_t msg_type,
115 res = device->ops->set_notify_callback(device, notificationCallback, in initialize()472 res = mHal2Device->ops->set_notify_callback(mHal2Device, notificationCallback, in setNotifyCallback()484 void Camera2Device::notificationCallback(int32_t msg_type, in notificationCallback() function in android::Camera2Device