Searched defs:aStartingKeyIndex (Results 1 - 6 of 6) sorted by relevance

/external/opencore/fileformats/mp3/parser/src/
H A Dimp3ff.cpp650 OSCL_EXPORT_REF PVMFStatus IMpeg3File::GetMetadataKeys(PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, int32 aMaxKeyEntries, char* aQueryKeyString) argument
653 if ((aStartingKeyIndex > (iAvailableMetadataKeys.size() - 1)) || aMaxKeyEntries == 0)
669 if (num_entries > aStartingKeyIndex)
688 if (num_entries > aStartingKeyIndex)
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
H A Dpvmf_cpmplugin_passthru_oma1.cpp900 * @param aStartingKeyIndex Index into the node's total key list that corresponds to the first key entry to retrieve
909 uint32 aStartingKeyIndex,
917 for (uint32 i = aStartingKeyIndex; i < ELicLastOMA1; i++)
995 * @param aStartingKeyIndex Index into aKeyList that corresponds to the first key entry to release
1002 uint32 aStartingKeyIndex,
1009 OSCL_UNUSED_ARG(aStartingKeyIndex);
907 GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, int32 aMaxKeyEntries , char* aQueryKeyString , const OsclAny* aContextData) argument
1001 ReleaseNodeMetadataKeys(PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, uint32 aEndKeyIndex) argument
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
H A Dpvmf_sm_fsp_base_impl.cpp1358 uint32 aStartingKeyIndex,
1368 aStartingKeyIndex,
1397 uint32 aStartingKeyIndex,
1402 OSCL_UNUSED_ARG(aStartingKeyIndex);
1356 GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, int32 aMaxKeyEntries, char* aQueryKeyString, const OsclAny* aContextData) argument
1396 ReleaseNodeMetadataKeysBase(PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, uint32 aEndKeyIndex) argument
/external/opencore/pvmi/content_policy_manager/src/
H A Dcpm.cpp606 uint32 aStartingKeyIndex,
616 aStartingKeyIndex,
645 uint32 aStartingKeyIndex,
649 if (((int32)aStartingKeyIndex < 0) ||
650 (aStartingKeyIndex > aEndKeyIndex) ||
670 if ((aStartingKeyIndex >= plugInStartIndex) &&
671 (aStartingKeyIndex <= plugInEndIndex))
673 releaseStartIndex = aStartingKeyIndex;
690 aStartingKeyIndex = releaseEndIndex + 1;
604 GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, int32 aMaxKeyEntries, char* aQueryKeyString, const OsclAny* aContextData) argument
644 ReleaseNodeMetadataKeys(PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, uint32 aEndKeyIndex) argument
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.cpp2528 , uint32 aStartingKeyIndex, int32 aMaxKeyEntries, char* aQueryKeyString, const OsclAny* aContext)
2533 cmd.PVMFAMRFFNodeCommand::Construct(aSessionId, PVMF_AMR_PARSER_NODE_GETNODEMETADATAKEYS, aKeyList, aStartingKeyIndex, aMaxKeyEntries, aQueryKeyString, aContext);
2527 GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList , uint32 aStartingKeyIndex, int32 aMaxKeyEntries, char* aQueryKeyString, const OsclAny* aContext) argument
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
H A Dpvmf_sm_fsp_rtsp_unicast.cpp3866 uint32 aStartingKeyIndex,
3870 return ReleaseNodeMetadataKeysBase(aKeyList, aStartingKeyIndex, aEndKeyIndex);
3865 ReleaseNodeMetadataKeys(PVMFMetadataList& aKeyList, uint32 aStartingKeyIndex, uint32 aEndKeyIndex) argument

Completed in 92 milliseconds