Home
last modified time | relevance | path

Searched refs:aCmdPtr (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2535 PVMFSharedMediaCmdPtr aCmdPtr = PVMFMediaCmd::createMediaCmd(); in SendPortMediaCommand() local
2538 aCmdPtr->setFormatID(aCmdId); in SendPortMediaCommand()
2541 if (!CheckFormatSpecificInfoForMediaCommand(aCmdPtr, aCmdId, isForLogging)) return false; in SendPortMediaCommand()
2545 convertToPVMFMediaCmdMsg(mediaMsgOut, aCmdPtr); in SendPortMediaCommand()
2596 bool PVMFProtocolEngineNode::CheckFormatSpecificInfoForMediaCommand(PVMFSharedMediaCmdPtr &aCmdPtr,… in CheckFormatSpecificInfoForMediaCommand() argument
2639 aCmdPtr->setFormatSpecificInfo(socketConfigMemfrag); in CheckFormatSpecificInfoForMediaCommand()
Dpvmf_protocol_engine_node.h403 …bool CheckFormatSpecificInfoForMediaCommand(PVMFSharedMediaCmdPtr &aCmdPtr, PVUid32 aCmdId, const …