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

12

/haiku/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/src/add-ons/kernel/file_systems/nfs4/
H A DRequest.h17 struct Cookie;
28 status_t Send(Cookie* cookie = NULL);
32 status_t _SendUDP(Cookie* cookie);
33 status_t _SendTCP(Cookie* cookie);
H A DCookie.h57 struct Cookie { struct
69 Cookie(FileSystem* fileSystem);
70 virtual ~Cookie();
77 struct OpenStateCookie : public Cookie {
93 struct OpenDirCookie : public Cookie {
H A DCookie.cpp10 #include "Cookie.h"
70 Cookie::Cookie(FileSystem* fileSystem) function in class:Cookie
81 Cookie::~Cookie()
89 Cookie::RegisterRequest(RPC::Request* request)
107 Cookie::UnregisterRequest(RPC::Request* request)
133 Cookie::CancelAll()
150 Cookie(fileSystem)
187 Cookie(fileSyste
[all...]
H A DRequest.cpp17 Request::Send(Cookie* cookie)
29 Request::_SendUDP(Cookie* cookie)
92 Request::_SendTCP(Cookie* cookie)
H A Dkernel_interface.cpp874 Cookie* cookie = reinterpret_cast<Cookie*>(_cookie);
1049 Cookie* cookie = reinterpret_cast<Cookie*>(_cookie);
1208 Cookie* cookie = reinterpret_cast<Cookie*>(_cookie);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h30 AttributeIndexTreeValue* Cookie() const function in class:AttributeIndexer
H A DAttributeIndex.cpp311 TreeValue* treeValue = fIndexer->Cookie();
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp60 struct FileDevice::Cookie { struct in class:FileDevice
63 Cookie(int fd) function in struct:FileDevice::Cookie
69 ~Cookie()
185 Cookie* cookie = new(std::nothrow) Cookie(fd);
199 Cookie* cookie = (Cookie*)_cookie;
215 Cookie* cookie = (Cookie*)_cookie;
231 // Cookie* cooki
[all...]
H A DFileDevice.h50 struct Cookie;
/haiku/src/servers/input/
H A DMethodMenuItem.h41 int32 Cookie() { return fCookie; }; function in class:MethodMenuItem
H A DMethodReplicant.cpp191 msg.AddInt32("cookie", ((MethodMenuItem*)item)->Cookie());
337 PRINT(("cookie : 0x%" B_PRIx32 "\n", item->Cookie()));
338 if (item->Cookie() == cookie)
H A DInputServer.h102 int32 Cookie() { return fCookie; } function in class:_BMethodAddOn_
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp723 Cookie* cookie = new(std::nothrow) Cookie;
736 Cookie* cookie = (Cookie*)_cookie;
757 Cookie* cookie = (Cookie*)_cookie;
770 Cookie* cookie = (Cookie*)_cookie;
782 Cookie* cookie = (Cookie*)_cooki
793 struct Cookie { struct in struct:PackageFS::Directory
[all...]
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp24 #define B_TRANSLATION_CONTEXT "Cookie Manager"
83 BPrivate::Network::BNetworkCookie& Cookie() { function in class:CookieRow
110 BWindow(frame, B_TRANSLATE("Cookie manager"), B_TITLED_WINDOW,
394 BPrivate::Network::BNetworkCookie& cookie = row->Cookie();
408 BPrivate::Network::BNetworkCookie& cookie = row->Cookie();
/haiku/headers/private/media/experimental/
H A DSimpleMediaClient.h115 void* Cookie() const;
/haiku/headers/os/media/
H A DSoundPlayer.h84 void* Cookie() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.cpp188 attribute->SetIndexCookie(indexer->Cookie());
/haiku/src/kits/media/experimental/
H A DSimpleMediaClient.cpp145 BSimpleMediaConnection::Cookie() const function in class:BSimpleMediaConnection
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioQueue.cpp61 void* Cookie() { return fCookie; } function in class:TransferDescriptor
265 void* cookie = fDescriptors[descriptorIndex]->Cookie();
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h166 void *Cookie() const;
/haiku/src/system/kernel/fs/
H A Dfifo.cpp108 file_cookie* Cookie() const function in class:fifo::ReadRequest
667 if (request->Cookie() == cookie)
760 request->GetThread()->id, request->Cookie());
/haiku/src/kits/media/
H A DSoundPlayer.cpp355 BSoundPlayer::Cookie() const function in class:BSoundPlayer

Completed in 572 milliseconds

12