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

/haiku/src/apps/mediaplayer/
H A DController.cpp178 _NotifyFileChanged(NULL, B_BAD_VALUE);
289 _NotifyFileChanged(item.Get(), B_NO_MEMORY);
297 _NotifyFileChanged(item.Get(), err);
303 _NotifyFileChanged(item.Get(), B_MEDIA_NO_HANDLER);
313 _NotifyFileChanged(item.Get(), B_MEDIA_NO_HANDLER);
361 _NotifyFileChanged(item.Get(), B_OK);
1118 Controller::_NotifyFileChanged(PlaylistItem* item, status_t result) const function in class:Controller
H A DController.h153 void _NotifyFileChanged(PlaylistItem* item,

Completed in 27 milliseconds