Searched refs:GetRefFor (Results 1 - 17 of 17) sorted by relevance

/haiku/src/bin/
H A Dinstallsound.cpp61 if(mfiles.GetRefFor(BMediaFiles::B_SOUNDS, argv[2], &ref) == B_OK)
69 if(mfiles.GetRefFor(BMediaFiles::B_SOUNDS, argv[2], &ref) == B_OK)
/haiku/headers/os/media/
H A DMediaFiles.h29 virtual status_t GetRefFor(const char* type, const char* item,
H A DMediaRoster.h286 status_t GetRefFor(const media_node& node,
/haiku/src/servers/media/
H A DMediaFilesManager.h35 status_t GetRefFor(const char* type, const char* item,
H A DMediaFilesManager.cpp226 MediaFilesManager::GetRefFor(const char* type, const char* item, function in class:MediaFilesManager
352 if (GetRefFor(type, name, &ref) != B_OK) {
H A Dmedia_server.cpp827 status_t status = gMediaFilesManager->GetRefFor(request.type,
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp32 if (BMediaFiles().GetRefFor(media_type, media_name, &ref) != B_OK
/haiku/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp79 error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);
/haiku/src/kits/media/
H A DMediaFiles.cpp132 GetRefFor(fCurrentType.String(), _type->String(), _ref);
140 BMediaFiles::GetRefFor(const char* type, const char* item, entry_ref* _ref) function in class:BMediaFiles
155 ERROR("BMediaFiles::GetRefFor: failed: %s\n", strerror(status));
180 ERROR("BMediaFiles::GetRefFor: failed: %s\n", strerror(status));
H A DMediaRoster.cpp3055 BMediaRoster::GetRefFor(const media_node& node, entry_ref* _file, function in class:BMediaRoster
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h71 status_t GetRefFor(translator_id id, entry_ref& ref);
H A DTranslatorRoster.cpp850 BTranslatorRoster::Private::GetRefFor(translator_id id, entry_ref& ref) function in class:BTranslatorRoster::Private
1757 BTranslatorRoster::GetRefFor(translator_id id, entry_ref* ref)
1762 return fPrivate->GetRefFor(id, *ref);
/haiku/headers/os/translation/
H A DTranslatorRoster.h102 status_t GetRefFor(translator_id translatorID,
/haiku/src/preferences/sounds/
H A DHEventList.cpp120 BMediaFiles().GetRefFor(fType, row->Name(), &ref);
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp161 if ((roster && (roster->GetRefFor(nodeInfo.node, &ref) == B_OK))
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp136 if (roster->GetRefFor(id, &ref) == B_OK) {
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp810 status_t error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);

Completed in 223 milliseconds