Home | History | Annotate | Download | only in nuplayer2

Lines Matching defs:prepareDrm

426             // FLAG_SECURE will be known if/when prepareDrm is called by the app
427 // FLAG_PROTECTED will be known if/when prepareDrm is called by the app
1504 status_t NuPlayer2::GenericSource2::prepareDrm(
1509 ALOGV("prepareDrm");
1519 ALOGE("prepareDrm: failed to create crypto.");
1522 ALOGV("prepareDrm: crypto created for uuid: %s",
1531 ALOGE("prepareDrm: Unexpected. Must have at least one track. status: %d", status);
1538 ALOGV("prepareDrm: requiresSecureDecoderComponent mime: %s isSecure: %d",
1553 ALOGV("prepareDrm: mCrypto: %p", outCrypto->get());
1554 ALOGD("prepareDrm ret: %d ", status);
1556 ALOGE("prepareDrm err: %d", status);