OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PopMemory
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool.h
40
int32_t
PopMemory
(MemoryType*& memory);
106
int32_t MemoryPool<MemoryType>::
PopMemory
(MemoryType*& memory)
108
return _ptrImpl->
PopMemory
(memory);
memory_pool_posix.h
26
int32_t
PopMemory
(MemoryType*& memory);
70
int32_t MemoryPoolImpl<MemoryType>::
PopMemory
(MemoryType*& memory)
memory_pool_win.h
50
int32_t
PopMemory
(MemoryType*& memory);
97
int32_t MemoryPoolImpl<MemoryType>::
PopMemory
(MemoryType*& memory)
audio_conference_mixer_impl.cc
266
if(_audioFramePool->
PopMemory
(mixedAudio) == -1) {
268
"failed
PopMemory
() call");
549
if(_audioFramePool->
PopMemory
(audioFrame) == -1) {
551
"failed
PopMemory
() call");
726
if(_audioFramePool->
PopMemory
(audioFrame) == -1) {
728
"failed
PopMemory
() call");
[
all
...]
Completed in 77 milliseconds