Searched refs:iMime (Results 1 - 3 of 3) sorted by relevance
/external/opencore/nodes/pvsocketnode/src/ |
H A D | pvmf_socket_node.cpp | 51 void PVMFSocketNodeMemPool::CreateAllocators(const OSCL_HeapString<OsclMemAllocator>& iMime, uint32 aSize, uint32 aExpectedNumberOfBlocksPerBuffer, uint32 aResizeSize, uint32 aMaxNumResizes) argument 59 oscl_strncpy(allocatorName, iMime.get_cstr(), strLenForMimeName); 225 aPortVec[i]->iConfig->iPortStats.Log(iLogger, aPortVec[i]->iConfig->iMime); 239 iMemPool->CreateAllocators(iMime, aSize, aExpectedNumberOfBlocksPerBuffer, aResizeSize, aMaxNumResizes); 736 lower_sock_config->iMime); 760 higher_sock_config->iMime); 870 return portMemPool->CreateResizableDataBufferAllocator(portConfig->iMime.get_cstr()); 920 PVMF_SOCKETNODE_LOGDATATRAFFIC_I((0, "PVMFSocketNode::ProcessIncomingMsg - CONNECT SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMime.get_cstr())); 930 aSockConfig.iMime)) 947 PVMF_SOCKETNODE_LOGDATATRAFFIC_I((0, "PVMFSocketNode::ProcessIncomingMsg - DISCONNECT msg - SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMime [all...] |
/external/opencore/nodes/pvsocketnode/include/ |
H A D | pvmf_socket_node.h | 150 void CreateAllocators(const OSCL_HeapString<OsclMemAllocator>& iMime, uint32 aSize, uint32 aExpectedNumberOfBlocksPerBuffer, uint32 aResizeSize, uint32 aMaxNumResizes); 614 OSCL_HeapString<OsclMemAllocator> iMime; member in class:SocketPortConfig
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
H A D | pvmf_mp4ffparser_node.cpp | 850 OSCL_FastString iMime; local 851 iMime.set(trackMIMEType.get_str(), oscl_strlen(trackMIMEType.get_str())); 855 tmpTrackInfo.setTrackMimeType(iMime);
|
Completed in 65 milliseconds