Searched refs:_sub_info (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/media/legacy/
H A D!missing_symbols.cpp63 BSubscriber::EnterStream(_sub_info *, bool, void *, bool (*)(void *, char *, unsigned long, void *), long (*)(void *, long), bool)
88 struct _sub_info struct
H A DOldBufferStream.h27 typedef struct _sub_info { struct
28 _sub_info *fNext; /* next subscriber in the stream*/
29 _sub_info *fPrev; /* previous subscriber in the stream */
292 _sub_info *fFreeSubs; /* free list of subscribers */
293 _sub_info *fFirstSub; /* first entered in itinierary */
294 _sub_info *fLastSub; /* last entered in itinerary */
300 _sub_info fSubscribers[B_MAX_SUBSCRIBER_COUNT];

Completed in 42 milliseconds