Home
last modified time | relevance | path

Searched refs:findSource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h118 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
H A DARTPConnection.cpp748 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