Lines Matching refs:notification
58 int32 notification) in Register() argument
62 if (notification == B_MEDIA_SERVER_STARTED in Register()
63 || notification == B_MEDIA_SERVER_QUIT) { in Register()
65 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Register()
71 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Register()
82 int32 notification) in Unregister() argument
86 if (notification == B_MEDIA_SERVER_STARTED in Unregister()
87 || notification == B_MEDIA_SERVER_QUIT) { in Unregister()
89 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Unregister()
95 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Unregister()
300 IsValidNotificationRequest(bool node_specific, int32 notification) in IsValidNotificationRequest() argument
302 switch (notification) { in IsValidNotificationRequest()