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

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_timer.cpp 39 iBufAlloc = NULL;
49 if (iBufAlloc != NULL)
51 iBufAlloc->removeRef();
52 iBufAlloc = NULL;
120 iBufAlloc = OSCL_NEW(OsclMemPoolResizableAllocator, (DEFAULT_RTCP_SOCKET_MEM_POOL_SIZE_IN_BYTES, 1));
121 iImplAlloc = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iBufAlloc));
124 if (leavecode || (!iBufAlloc) || (!iImplAlloc))
130 iBufAlloc->enablenullpointerreturn();
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_rtcp_timer.h 132 OsclMemPoolResizableAllocator* iBufAlloc;

Completed in 82 milliseconds