Searched refs:aMimetype (Results 1 - 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/include/
H A Dpvmf_node_utils.h300 void Parse(OSCL_String*&aMimetype, Oscl_Vector<PVUuid, OsclMemAllocator>*&aUuids, bool &aExact)
302 aMimetype = (OSCL_HeapString<Alloc>*)iParam1;
325 void Parse(int32&aPortTag, OSCL_String*&aMimetype)
328 aMimetype = (OSCL_HeapString<Alloc>*)iParam2;
380 OSCL_HeapString<Alloc>* aMimetype = (OSCL_HeapString<Alloc>*)aCmd.iParam1; local
382 iParam1 = mimetype.ALLOC_AND_CONSTRUCT(*aMimetype);
387 OSCL_HeapString<Alloc>* aMimetype = (OSCL_HeapString<Alloc>*)aCmd.iParam2; local
388 if (aMimetype)
391 iParam2 = mimetype.ALLOC_AND_CONSTRUCT(*aMimetype);
/external/opencore/nodes/pvdownloadmanagernode/src/
H A Dpvmf_downloadmanager_node.cpp2566 OSCL_String*aMimetype; local
2567 nodeCmd->PVMFDownloadManagerNodeCommandBase::Parse(aPortTag, aMimetype);
2571 iCmdId = iNode->RequestPort(iSessionId, aPortTag, aMimetype);

Completed in 83 milliseconds