Searched refs:Cookie (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_mixer.h50 NUINT Cookie; // Unique ID for this client member in struct:tECHO_MIXER_CLIENT
H A DCEchoGals_mixer.cpp56 ECHOSTATUS CEchoGals::OpenMixer(NUINT &Cookie) argument
66 if (0 != Cookie)
71 if (Cookie == pTemp->Cookie)
74 Cookie));
89 Cookie = (NUINT) ullTime;
90 if (0 == Cookie)
91 Cookie = 1;
100 if (Cookie == pTemp->Cookie)
148 GetMixerClient(NUINT Cookie) argument
172 CloseMixer(NUINT Cookie) argument
[all...]
H A DCEchoGals.h173 ECHOSTATUS OpenMixer(NUINT &Cookie);
174 ECHOSTATUS CloseMixer(NUINT Cookie);
863 ECHO_MIXER_CLIENT *GetMixerClient(NUINT Cookie);
/haiku-fatelf/src/system/kernel/device_manager/
H A DFileDevice.cpp23 struct FileDevice::Cookie { struct in class:FileDevice
26 Cookie(int fd) function in struct:FileDevice::Cookie
32 ~Cookie()
148 Cookie* cookie = new(std::nothrow) Cookie(fd);
162 Cookie* cookie = (Cookie*)_cookie;
178 Cookie* cookie = (Cookie*)_cookie;
194 // Cookie* cooki
[all...]
H A DFileDevice.h50 struct Cookie;
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeIndexer.h28 AttributeIndexTreeValue* Cookie() const function in class:AttributeIndexer
H A DUnpackingAttributeCookie.cpp180 attribute->SetIndexCookie(indexer->Cookie());
H A DAttributeIndex.cpp296 TreeValue* treeValue = fIndexer->Cookie();
/haiku-fatelf/src/servers/input/
H A DMethodMenuItem.h41 void *Cookie() { return fCookie; }; function in class:MethodMenuItem
H A DMethodReplicant.cpp201 msg.AddPointer("cookie", ((MethodMenuItem*)item)->Cookie());
347 PRINT(("cookie : %p\n", item->Cookie()));
348 if (item->Cookie() == cookie)
H A DInputServer.h102 int32 Cookie() { return fCookie; } function in class:_BMethodAddOn_
H A DInputServer.cpp631 if (cookie == gKeymapMethod.fOwner->Cookie()) {
638 if (method->fOwner->Cookie() == cookie) {
H A DAddOnManager.cpp443 msg.AddInt32("cookie", method->fOwner->Cookie());
/haiku-fatelf/headers/os/media/
H A DSoundPlayer.h84 void* Cookie() const;
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h162 void *Cookie() const;
/haiku-fatelf/src/system/kernel/fs/
H A Dfifo.cpp109 file_cookie* Cookie() const function in class:fifo::ReadRequest
643 if (request->Cookie() == cookie)
/haiku-fatelf/src/kits/media/
H A DSoundPlayer.cpp346 BSoundPlayer::Cookie() const function in class:BSoundPlayer
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1067 KPartition::Cookie() const function in class:KPartition
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp3352 int32 Cookie; local
3371 Cookie = 0;
3372 while ((DeviceID = next_dev (&Cookie)) >= 0)

Completed in 225 milliseconds