Searched refs:aCmdPtr (Results 1 – 2 of 2) sorted by relevance
2535 PVMFSharedMediaCmdPtr aCmdPtr = PVMFMediaCmd::createMediaCmd(); in SendPortMediaCommand() local2538 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() argument2639 aCmdPtr->setFormatSpecificInfo(socketConfigMemfrag); in CheckFormatSpecificInfoForMediaCommand()
403 …bool CheckFormatSpecificInfoForMediaCommand(PVMFSharedMediaCmdPtr &aCmdPtr, PVUid32 aCmdId, const …