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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h88 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
H A DARTPConnection.cpp480 sp<ARTPSource> source = findSource(s, srcId);
589 sp<ARTPSource> source = findSource(s, id);
616 sp<ARTPSource> source = findSource(s, id);
623 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { function in class:android::ARTPConnection

Completed in 37 milliseconds