Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp481 sp<ARTPSource> source = findSource(s, srcId); in parseRTP()
590 sp<ARTPSource> source = findSource(s, id); in parseBYE()
617 sp<ARTPSource> source = findSource(s, id); in parseSR()
624 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { in findSource() function in android::ARTPConnection
DARTPConnection.h88 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);