Home
last modified time | relevance | path

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

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