GetAttributes
virtual status_t GetAttributes(gs_attribute* attributes,
efi_status (*GetAttributes) (struct efi_pci_root_bridge_io_protocol* self,
inline Attributes GetAttributes();
Attributes attributes = fBuffer->GetAttributes();
Attributes attributes = fBuffer->GetAttributes();
if (fDevice->GetAttributes(fSound, &attribute, 1) != B_OK)
if (fDevice->GetAttributes(fSound, &attribute, 1) != B_OK)
return fDevice->GetAttributes(fSound, outAttributes, inAttributeCount);
virtual status_t GetAttributes(gs_attribute * attributes,
return fSounds[sound - 1]->GetAttributes(attributes, attributeCount);
virtual status_t GetAttributes(gs_id sound,
if (Device()->GetAttributes(ID(), &attribute, 1) != B_OK)