Searched refs:findSource (Results 1 – 2 of 2) sorted by relevance
131 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
833 sp<ARTPSource> source = findSource(s, srcId); in parseRTP()1019 sp<ARTPSource> source = findSource(s, id); in parseBYE()1051 sp<ARTPSource> source = findSource(s, senderId); in parseSenderReport()1107 sp<ARTPSource> source = findSource(s, senderId); in parseReceptionReportBlock()1253 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { in findSource() function in android::ARTPConnection