Searched refs:GetExtInfo (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceMixer.h24 status_t GetExtInfo(int index, oss_mixext *info);
H A DOpenSoundDeviceMixer.cpp64 status_t OpenSoundDeviceMixer::GetExtInfo(int index, oss_mixext *info) function in class:OpenSoundDeviceMixer
H A DOpenSoundNode.cpp1649 status_t err = mixer->GetExtInfo(id, &mixext);
1771 if (mixer->GetExtInfo(id, &mixext) < B_OK)
1919 if (mixer->GetExtInfo(i, &mixext) < B_OK)
1951 if (mixer->GetExtInfo(i, &mixext) < B_OK)
2115 if (mixer->GetExtInfo(index, &mixext) < B_OK)
2157 status_t err = mixer->GetExtInfo(i, &mixext);

Completed in 100 milliseconds