HomeSort by relevance Sort by last modified time
    Searched refs:findSource (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.h 88 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
ARTPConnection.cpp 447 sp<ARTPSource> source = findSource(s, srcId);
556 sp<ARTPSource> source = findSource(s, id);
583 sp<ARTPSource> source = findSource(s, id);
590 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) {

Completed in 405 milliseconds