HomeSort by relevance Sort by last modified time
    Searched defs:PVMFSMSharedBufferAllocWithReSize (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_socket_buffer_allocators.h 162 class PVMFSMSharedBufferAllocWithReSize : public Oscl_DefAlloc
165 PVMFSMSharedBufferAllocWithReSize(uint32 aParentChunkSize, const char name[])
170 iLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize");
171 iSizeLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.availability");
172 iCallBackLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.memcallback");
173 iOOOLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.ooo");
191 PVMF_SOCKALLOC_LOGERROR((0, "PVMFSMSharedBufferAllocWithReSize - Invalid Parent Chunk size"));
215 PVMFSMSharedBufferAllocWithReSize(uint32 aParentChunkSize, const char name[],
221 iLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize");
222 iSizeLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.availability")
    [all...]
  /external/opencore/nodes/streaming/common/include/
pvmf_streaming_buffer_allocators.h 192 class PVMFSMSharedBufferAllocWithReSize : public Oscl_DefAlloc
195 PVMFSMSharedBufferAllocWithReSize(uint32 aParentChunkSize, const char name[])
200 iLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize");
201 iSizeLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.availability");
202 iCallBackLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.memcallback");
203 iOOOLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.ooo");
221 PVMF_SOCKALLOC_LOGERROR((0, "PVMFSMSharedBufferAllocWithReSize - Invalid Parent Chunk size"));
245 PVMFSMSharedBufferAllocWithReSize(uint32 aParentChunkSize, const char name[],
251 iLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize");
252 iSizeLogger = PVLogger::GetLoggerObject("PVMFSMSharedBufferAllocWithReSize.availability")
    [all...]

Completed in 43 milliseconds