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

/haiku-fatelf/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-fatelf/headers/os/media/
H A DMediaFiles.h29 virtual status_t GetRefFor(const char* type, const char* item,
H A DMediaRoster.h275 status_t GetRefFor(const media_node& node,
/haiku-fatelf/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.cpp820 status_t status = gMediaFilesManager->GetRefFor(request.type,
/haiku-fatelf/headers/os/translation/
H A DTranslatorRoster.h89 status_t GetRefFor(translator_id translatorID,
/haiku-fatelf/src/apps/cortex/InfoView/
H A DFileNodeInfoView.cpp70 error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);
/haiku-fatelf/src/kits/translation/
H A DTranslatorRosterPrivate.h69 status_t GetRefFor(translator_id id, entry_ref& ref);
H A DTranslatorRoster.cpp833 BTranslatorRoster::Private::GetRefFor(translator_id id, entry_ref& ref) function in class:BTranslatorRoster::Private
1708 BTranslatorRoster::GetRefFor(translator_id id, entry_ref* ref)
1713 return fPrivate->GetRefFor(id, *ref);
/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.cpp29 if (BMediaFiles().GetRefFor(media_type, media_name, &ref)!=B_OK
/haiku-fatelf/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.cpp2809 BMediaRoster::GetRefFor(const media_node& node, entry_ref* _file, function in class:BMediaRoster
/haiku-fatelf/src/preferences/sounds/
H A DHEventList.cpp118 BMediaFiles().GetRefFor(fType, row->Name(), &ref);
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp122 if (roster->GetRefFor(id, &ref) == B_OK) {
/haiku-fatelf/src/apps/cortex/support/
H A DMediaIcon.cpp158 if ((roster && (roster->GetRefFor(nodeInfo.node, &ref) == B_OK))
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp799 status_t error = BMediaRoster::Roster()->GetRefFor(ref->node(), &nodeFile);

Completed in 196 milliseconds