Searched refs:SetAttributes (Results 1 - 16 of 16) sorted by relevance

/haiku/src/kits/game/
H A DGameSoundDevice.h70 virtual status_t SetAttributes(gs_id sound,
H A DStreamingGameSound.cpp99 BStreamingGameSound::SetAttributes(gs_attribute * inAttributes, function in class:BStreamingGameSound
102 return BGameSound::SetAttributes(inAttributes, inAttributeCount);
H A DGameSound.cpp123 return fDevice->SetAttributes(fSound, &attribute, 1);
137 return fDevice->SetAttributes(fSound, &attribute, 1);
172 BGameSound::SetAttributes(gs_attribute *inAttributes, size_t inAttributeCount) function in class:BGameSound
174 return fDevice->SetAttributes(fSound, inAttributes, inAttributeCount);
H A DGameSoundBuffer.h57 virtual status_t SetAttributes(gs_attribute * attributes,
H A DGameSoundDevice.cpp285 BGameSoundDevice::SetAttributes(gs_id sound, gs_attribute* attributes, function in class:BGameSoundDevice
291 return fSounds[sound - 1]->SetAttributes(attributes, attributeCount);
H A DSimpleGameSound.cpp125 return Device()->SetAttributes(ID(), &attribute, 1);
H A DGameSoundBuffer.cpp220 GameSoundBuffer::SetAttributes(gs_attribute * attributes, function in class:GameSoundBuffer
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dserial-io.h73 efi_status (*SetAttributes)(efi_serial_io_protocol* self,
H A Dpci-root-bridge-io.h107 efi_status (*SetAttributes) (struct efi_pci_root_bridge_io_protocol* self,
/haiku/src/system/boot/platform/efi/
H A Dserial.cpp118 status = sEFISerialIO->SetAttributes(sEFISerialIO, kSerialBaudRate, 0, 0, NoParity, 8,
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h107 void SetAttributes(uint64 _attributes) function in struct:gpt_partition_entry
H A Dgpt.cpp827 entry.SetAttributes(0); // TODO
/haiku/headers/os/game/
H A DStreamingGameSound.h37 virtual status_t SetAttributes(gs_attribute* attributes,
H A DGameSound.h37 virtual status_t SetAttributes(gs_attribute* attributes,
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h124 inline void SetAttributes(const Attributes& attributes);
283 BasicTerminalBuffer::SetAttributes(const Attributes& attributes) function in class:BasicTerminalBuffer
H A DTermParse.cpp945 fBuffer->SetAttributes(attributes);

Completed in 77 milliseconds