Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIMediaExtractor.cpp272 wp<IMediaSource> wSource = tracks.itemAt(i); in toString() local
273 if (wSource == NULL) { in toString()
276 const sp<IMediaSource> source = wSource.promote(); in toString()