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

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.h75 void postTextEvent(const sp<ParcelEvent>& parcel = NULL, int64_t timeUs = -1);
H A DTimedTextPlayer.cpp250 postTextEvent(parcelEvent, startTimeUs);
255 postTextEvent(NULL, endTimeUs);
259 void TimedTextPlayer::postTextEvent(const sp<ParcelEvent>& parcel, int64_t timeUs) { function in class:android::TimedTextPlayer

Completed in 857 milliseconds