Searched refs:Id (Results 1 - 25 of 47) sorted by path

12

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp57 uint32 Id() { return function in struct:hdr
139 uint32 u = child->Id();
170 uint32 u = current->Id();
178 switch(current->Id()) {
201 if (parent->Id() == 'Fil1') {
204 } else if (parent->Id() == 'Link') {
207 } else if (parent->Id() == 'PLnk') {
/haiku/headers/private/media/experimental/
H A DMediaClient.h48 media_client_id Id() const;
H A DMediaConnection.h34 media_connection_id Id() const;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h37 inline uint32 Id() { return fId; } function in class:Device::Info
40 uint32 HardwareId() { return fInfo.Id(); }
H A DMixer.cpp626 int32 Id= Info->values[i].id; local
627 uint8 Reg = (Id >> regShift) & 0xFF;
636 if ((Id & MIX_Check) == MIX_Check) {
637 uint16 mask = 1 << ((Id >> baseShift) & 0xff);
644 if ((Id & MIX_MUX) == MIX_MUX) {
651 float mult = 0.1 * (int8)(Id >> stepShift);
652 float base = mult * ((Id >> baseShift) & 0xff);
654 if ((Id & MIX_RGain) == MIX_RGain) {
662 if ((Id & MIX_LGain) == MIX_LGain) {
679 int32 Id local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h86 ino_t Id() { return fId; } function in class:Icb
H A DVolume.cpp292 fRootIcb->Id()));
294 status = publish_vnode(fFSVolume, fRootIcb->Id(), fRootIcb,
305 TRACE(("Volume::Mount: Root vnode published. Id = %"
306 B_PRIdINO "\n", fRootIcb->Id()));
/haiku/src/apps/haiku3d/
H A DMeshInstance.cpp76 glBindTexture(GL_TEXTURE_2D, fTextureReference->Id());
H A DTexture.cpp31 Texture::Id() function in class:Texture
H A DTexture.h21 GLuint Id();
/haiku/src/bin/
H A Dps.c20 Id, enumerator in enum:__anon13
32 { "Id", "%5s", "%5" B_PRId32 },
39 int Columns[maxColumns] = { Team, Id, Threads, Gid, Uid, 0 };
66 case Id:
67 printf(Infos[Id].format, teamInfo->team);
199 printf("\n%-37s %5s %8s %4s %8s %8s\n", "Thread", "Id", \
218 printf("\n%-37s %5s %8s %4s %8s %8s\n", "Thread", "Id", "State", \
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp90 return fCoreFile->GetTeamInfo().Id();
176 info.SetTo(coreInfo.Id(), coreInfo.Arguments());
212 info->SetTo(TeamID(), coreInfo->Id(), coreInfo->Name(),
393 info.SetTo(TeamID(), coreInfo.Id(), coreInfo.Name());
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp235 if (info->Id() == id)
812 if (info->Id() == id)
H A DCoreFile.h19 int32 Id() const { return fId; } function in struct:CoreFileTeamInfo
98 int32 Id() const { return fId; } function in struct:CoreFileImageInfo
151 int32 Id() const { return fId; } function in struct:CoreFileThreadInfo
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp219 _thread = teamInfo.Id();
/haiku/src/kits/media/experimental/
H A DMediaClientDefs.cpp15 media_client::Id() const function in class:media_client
36 media_connection::Id() const function in class:media_connection
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp99 const BString& Id() const function in class:BPrivate::VirtualDirectoryManager::Info
461 if (parentInfo->Id().IsEmpty()) {
677 if (!info->Id().IsEmpty()) {
678 BPath path(kTemporaryDefinitionFileBaseDirectoryPath, info->Id());
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp453 SATWindow::Id() function in class:SATWindow
H A DSATWindow.h86 uint64 Id();
H A DStackAndTile.cpp552 if (window->Id() == id)
/haiku/src/servers/bluetooth/
H A DHCIControllerAccessor.cpp24 if (Id() < 0)
H A DHCIDelegate.h29 hci_id Id(void) const function in class:HCIDelegate
H A DHCITransportAccessor.cpp45 if (Id() < 0 || fDescriptor < 0)
H A DLocalDeviceHandler.cpp27 return fHCIDelegate->Id();
H A DLocalDeviceImpl.cpp85 msg->AddInt32("hci_id", fHCIDelegate->Id());
88 fHCIDelegate->Id());

Completed in 135 milliseconds

12