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