Searched refs:PortPool (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/media/
H A DPortPool.h19 class PortPool : BLocker { class in namespace:BPrivate::media
21 PortPool();
22 ~PortPool();
34 extern PortPool* gPortPool;
H A DPortPool.cpp14 #include "PortPool.h"
21 PortPool* gPortPool;
25 PortPool::PortPool() function in class:BPrivate::media::PortPool
32 PortPool::~PortPool()
42 PortPool::GetPort()
58 PortPool::PutPort(port_id port)
H A DMediaRoster.cpp73 #include "PortPool.h"
126 gPortPool = new PortPool();

Completed in 73 milliseconds