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

/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp67 mOutOfBandSource(NULL),
112 mOutOfBandSource = text.source;
119 if ((err = mTextParser->init(mOutOfBandSource, fileType)) != OK) {
180 if (mOutOfBandSource != NULL) {
181 mOutOfBandSource.clear();
182 mOutOfBandSource = NULL;
H A DTimedTextPlayer.h67 sp<DataSource> mOutOfBandSource; member in class:android::TimedTextPlayer

Completed in 45 milliseconds