Searched refs:CheckLoop (Results 1 – 4 of 4) sorted by relevance
48 if (!IsCompatible(object) || !CheckLoop(object)) { in Add()86 if (!IsCompatible(object) || !CheckLoop(object)) { in Insert()128 if (replaceWith && (!IsCompatible(replaceWith) || !CheckLoop(replaceWith))) { in Replace()236 bool Container::CheckLoop(const IObject::Ptr& object) const in CheckLoop() function in Container
31 bool CheckLoop(const IObject::Ptr& object) const; in META_BEGIN_NAMESPACE()
44 void CheckLoop(int32_t metaTrack);
390 CheckLoop(metaTrack); in CheckTimedMeta()398 void InnerDemuxerSample::CheckLoop(int32_t metaTrack) in CheckLoop() function in OHOS::MediaAVCodec::InnerDemuxerSample