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