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

/haiku/src/kits/media/
H A DAddOnManager.cpp174 AddOnManager::GetReaders(entry_ref* outRefs, int32* outCount, argument
199 _GetReaders(path, outRefs, outCount, maxCount);
207 AddOnManager::GetStreamers(entry_ref* outRefs, int32* outCount, argument
219 *outRefs = info->ref;
220 outRefs++;
656 AddOnManager::_GetReaders(const BPath& path, entry_ref* outRefs, argument
672 outRefs[*outCount] = info->ref;
H A DAddOnManager.h92 entry_ref* outRefs, int32* outCount,

Completed in 39 milliseconds