Searched refs:findSource (Results 1 – 2 of 2) sorted by relevance
118 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
748 sp<ARTPSource> source = findSource(s, srcId); in parseRTP()930 sp<ARTPSource> source = findSource(s, id); in parseBYE()963 sp<ARTPSource> source = findSource(s, id); in parseSR()1108 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { in findSource() function in android::ARTPConnection