Searched refs:notifications (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/media/
H A DNotifications.h19 namespace notifications { namespace in namespace:BPrivate::media
22 /*! This are the possible notifications that can be watched.
23 The notifications marked with "N" are only send when the
28 error notifications generated by BMediaNode::ReportError()
100 } // namespace notifications
/haiku/src/kits/media/
H A DControllable.cpp191 BPrivate::media::notifications::WebChanged(Node());
332 return BPrivate::media::notifications::ParameterChanged(Node(), id);
341 return BPrivate::media::notifications::NewParameterValue(Node(), id, when,
H A DMediaRoster.cpp198 TRACE("Can't unregister roster notifications");
1200 BPrivate::media::notifications::ConnectionMade(*out_input, *out_output,
1281 BPrivate::media::notifications::ConnectionBroken(source, destination);
2017 return BPrivate::media::notifications::Register(where, media_node::null,
2030 if (!BPrivate::media::notifications::IsValidNotificationRequest(false,
2037 // notifications. This should be cleared in documentation.
2039 return BPrivate::media::notifications::Register(where, media_node::null,
2057 if (!BPrivate::media::notifications::IsValidNotificationRequest(true,
2062 return BPrivate::media::notifications::Register(where, node,
2072 return BPrivate::media::notifications
[all...]
H A DMediaNode.cpp305 // that's receiving notifications from this node
306 return BPrivate::media::notifications::ReportError(Node(), what, info);
317 // Notify anyone who is listening for stop notifications!
318 BPrivate::media::notifications::NodeStopped(Node(), whenPerformance);
H A DNotifications.cpp30 /*! This is a interface class for media kit notifications.
31 It is private to the media kit which uses it to pass notifications up to
53 namespace notifications { namespace in namespace:BPrivate::media
105 notifications from this node. If \a info isn't \c NULL, it's used as a
335 } // namespace notifications
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp517 BPrivate::media::notifications::FlavorsChanged(addonID, newFlavorCount,
821 BPrivate::media::notifications::FlavorsChanged(id, 0, oldFlavorCount);
/haiku/src/servers/media/
H A DNodeManager.cpp1011 BPrivate::media::notifications::FlavorsChanged(info.add_on_id,
1165 BPrivate::media::notifications::NodesDeleted(&node.node_id, 1);
1184 BPrivate::media::notifications::NodesDeleted(&node.node_id, 1);
1207 BPrivate::media::notifications::FlavorsChanged(

Completed in 117 milliseconds