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