Searched refs:JDrm (Results 1 – 2 of 2) sorted by relevance
89 struct JDrm : public IDrmClient { struct95 JDrm(JNIEnv *env, jobject thiz, const uint8_t uuid[16], const String8 &appPackageName);122 virtual ~JDrm();137 DISALLOW_EVIL_CONSTRUCTORS(JDrm); argument
462 JDrm *jdrm = (JDrm *)env->GetLongField(thiz, gFields.context); in GetDrm()466 JDrm::JDrm( in JDrm() function in android::JDrm476 JDrm::~JDrm() { in ~JDrm()484 sp<IDrm> JDrm::MakeDrm() { in MakeDrm()489 sp<IDrm> JDrm::MakeDrm(const uint8_t uuid[16], const String8 &appPackageName) { in MakeDrm()505 status_t JDrm::setListener(const sp<DrmListener>& listener) { in setListener()511 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const ListenerArgs *args) { in notify()523 void JDrm::sendEvent( in sendEvent()534 void JDrm::sendExpirationUpdate( in sendExpirationUpdate()544 void JDrm::sendKeysChange( in sendKeysChange()[all …]