Searched refs:drmInfoBuffer (Results 1 – 4 of 4) sorted by relevance
132 sp<ABuffer> drmInfoBuffer = ABuffer::CreateAsCopy(buf.str().c_str(), buf.tellp()); in retrieveDrmInfo() local133 return drmInfoBuffer; in retrieveDrmInfo()
3273 void NuPlayer2::Source::notifyDrmInfo(const sp<ABuffer> &drmInfoBuffer) in notifyDrmInfo() argument3279 notify->setBuffer("drmInfo", drmInfoBuffer); in notifyDrmInfo()
1714 sp<ABuffer> drmInfoBuffer = ABuffer::CreateAsCopy(parcel.data(), parcel.dataSize()); in checkDrmInfo() local1715 notifyDrmInfo(drmInfoBuffer); in checkDrmInfo()
3017 void NuPlayer::Source::notifyDrmInfo(const sp<ABuffer> &drmInfoBuffer) in notifyDrmInfo() argument3023 notify->setBuffer("drmInfo", drmInfoBuffer); in notifyDrmInfo()