Searched refs:sendSubtitleData (Results 1 – 2 of 2) sorted by relevance
342 void sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex);
2702 sendSubtitleData(buffer, 0 /* baseIndex */); in onSourceNotify()2797 sendSubtitleData(buffer, inbandTracks); in onClosedCaptionNotify()2815 void NuPlayer::sendSubtitleData(const sp<ABuffer> &buffer, int32_t baseIndex) { in sendSubtitleData() function in android::NuPlayer