Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:mDecryptHandle

90     mDecryptHandle = NULL;
289 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
290 if (mDecryptHandle != NULL) {
292 if (RightsStatus::RIGHTS_VALID != mDecryptHandle->status) {
424 | (mDecryptHandle != NULL ? FLAG_PROTECTED : 0)
607 if (mDecryptHandle != NULL) {
608 mDrmManagerClient->setPlaybackStatus(mDecryptHandle, playbackStatus, position);