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