• Home
  • Raw
  • Download

Lines Matching refs:mPluginV1_1

334     mPluginV1_1.clear();  in cleanup()
572 mPluginV1_1 = drm::V1_1::IDrmPlugin::castFrom(mPlugin); in createPlugin()
594 mPluginV1_1.clear(); in createPlugin()
631 if (mPluginV1_1 == NULL || !setSecurityLevel) { in openSession()
641 hResult = mPluginV1_1->openSession_1_1(hSecurityLevel, in openSession()
779 } else if (mPluginV1_1 != NULL) { in getKeyRequest()
780 hResult = mPluginV1_1->getKeyRequest_1_1( in getKeyRequest()
970 if (mPluginV1_1 == NULL) { in getSecureStopIds()
976 Return<void> hResult = mPluginV1_1->getSecureStopIds( in getSecureStopIds()
1012 if (mPluginV1_1 != NULL) { in releaseSecureStops()
1015 status = mPluginV1_1->releaseSecureStops(secureStopRelease); in releaseSecureStops()
1029 if (mPluginV1_1 == NULL) { in removeSecureStop()
1033 Return<Status> status = mPluginV1_1->removeSecureStop(toHidlVec(ssid)); in removeSecureStop()
1042 if (mPluginV1_1 != NULL) { in removeAllSecureStops()
1043 status = mPluginV1_1->removeAllSecureStops(); in removeAllSecureStops()
1073 } else if (mPluginV1_1 != NULL) { in getHdcpLevels()
1074 hResult = mPluginV1_1->getHdcpLevels( in getHdcpLevels()
1101 if (mPluginV1_1 == NULL) { in getNumberOfSessions()
1105 Return<void> hResult = mPluginV1_1->getNumberOfSessions( in getNumberOfSessions()
1128 if (mPluginV1_1 == NULL) { in getSecurityLevel()
1134 Return<void> hResult = mPluginV1_1->getSecurityLevel(toHidlVec(sessionId), in getSecurityLevel()
1291 if (mPluginV1_1 != NULL) { in getMetrics()
1310 Return<void> status = mPluginV1_1->getMetrics( in getMetrics()