Searched refs:PopMemory (Results 1 – 4 of 4) sorted by relevance
40 int32_t PopMemory(MemoryType*& memory);106 int32_t MemoryPool<MemoryType>::PopMemory(MemoryType*& memory) in PopMemory() function108 return _ptrImpl->PopMemory(memory); in PopMemory()
26 int32_t PopMemory(MemoryType*& memory);70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory) in PopMemory() function
50 int32_t PopMemory(MemoryType*& memory);97 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory) in PopMemory() function
266 if(_audioFramePool->PopMemory(mixedAudio) == -1) { in Process()549 if(_audioFramePool->PopMemory(audioFrame) == -1) { in UpdateToMix()726 if(_audioFramePool->PopMemory(audioFrame) == -1) { in GetAdditionalAudio()