Searched refs:drmInfoBuffer (Results 1 – 5 of 5) sorted by relevance
132 sp<ABuffer> drmInfoBuffer = ABuffer::CreateAsCopy(buf.str().c_str(), buf.tellp()); in retrieveDrmInfo() local133 return drmInfoBuffer; in retrieveDrmInfo()
1594 sp<ABuffer> drmInfoBuffer = NuPlayer2Drm::retrieveDrmInfo(psshInfo); in checkDrmInfo() local1595 ALOGV("checkDrmInfo: MEDIA_DRM_INFO PSSH drm info size: %d", (int)drmInfoBuffer->size()); in checkDrmInfo()1597 if (drmInfoBuffer->size() == 0) { in checkDrmInfo()1602 notifyDrmInfo(drmInfoBuffer); in checkDrmInfo()
3099 void NuPlayer2::Source::notifyDrmInfo(const sp<ABuffer> &drmInfoBuffer) in notifyDrmInfo() argument3105 notify->setBuffer("drmInfo", drmInfoBuffer); in notifyDrmInfo()
1674 sp<ABuffer> drmInfoBuffer = ABuffer::CreateAsCopy(parcel.data(), parcel.dataSize()); in checkDrmInfo() local1675 notifyDrmInfo(drmInfoBuffer); in checkDrmInfo()
3012 void NuPlayer::Source::notifyDrmInfo(const sp<ABuffer> &drmInfoBuffer) in notifyDrmInfo() argument3018 notify->setBuffer("drmInfo", drmInfoBuffer); in notifyDrmInfo()