Searched refs:ID (Results 101 - 125 of 432) sorted by relevance

1234567891011>>

/haiku/headers/os/media/
H A DBuffer.h51 media_buffer_id ID();
/haiku/headers/os/midi2/
H A DMidiEndpoint.h23 int32 ID() const;
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp57 request.AddInt32("hci_id", lDevice->ID());
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.h52 int32 ID() const;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h45 dev_t ID() const { return fFSVolume ? fFSVolume->id : -1; } function in class:Volume
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp177 status_t error = _GetData(ID(), true, 0, &data);
328 error = _SetTo(ID(), true, 0);
353 error = _SetTo(ID(), true, 0);
500 if (!data || !fDeviceData || ID() != data->device_partition_data.id)
/haiku/src/servers/registrar/
H A DMessagingService.h33 area_id ID() const;
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.h21 ino_t ID() const { return fID; } function in class:BPrivate::BaseDevice
H A DIOScheduler.h43 int32 ID() const { return fID; } function in class:IOScheduler
/haiku/src/system/kernel/messaging/
H A DMessagingService.h33 area_id ID() const;
/haiku/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp88 return fStream.ID();
/haiku/src/kits/midi2/
H A DMidiLocalProducer.cpp44 TRACE(("Connected() %" B_PRId32 " to %" B_PRId32 "", ID(), cons->ID()))
54 TRACE(("Disconnected() %" B_PRId32 " from %" B_PRId32 "", ID(), cons->ID()))
277 // ID (4 bytes), the consumer's ID (4 bytes), the performance
/haiku/headers/os/locale/
H A DTimeZone.h31 const BString& ID() const;
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.h124 subscriber_id ID() const;
H A DOldSubscriber.h43 subscriber_id ID() const;
H A DOldSubscriber.cpp53 BSubscriber::ID() const function in class:BSubscriber
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h36 bool DeleteInterface(ppp_interface_id ID) const;
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp29 TeamFileManagerSettings::ID() const function in class:TeamFileManagerSettings
/haiku/headers/private/debugger/model/
H A DImage.h38 image_id ID() const { return fInfo.ImageID(); } function in class:Image
H A DThread.h52 thread_id ID() const { return fID; } function in class:Thread
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h23 virtual const char* ID() const;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp67 B_PRIdOFF "\n", fInode->ID(), clusterIndex, pos, physical);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.cpp28 key.SetObjectID(inode->ID());
H A DJournal.h49 int32 ID() const { return fJournal->TransactionID(); } function in class:Transaction
/haiku/src/kits/game/
H A DSimpleGameSound.cpp77 status_t error = other.Device()->Buffer(other.ID(), &format, data);
97 status_t error = Device()->Buffer(ID(), &format, data);
125 return Device()->SetAttributes(ID(), &attribute, 1);
137 if (Device()->GetAttributes(ID(), &attribute, 1) != B_OK)

Completed in 117 milliseconds

1234567891011>>