Home
last modified time | relevance | path

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

/haiku/src/servers/media/
H A DDefaultManager.h73 BList fMsgList; variable
H A DDefaultManager.cpp128 fMsgList.AddItem(new BMessage(settings)); in LoadState()
445 for (int32 i = 0; i < fMsgList.CountItems(); i++) { in _FindPhysical()
446 msg = (BMessage *)fMsgList.ItemAt(i); in _FindPhysical()