Home
last modified time | relevance | path

Searched refs:mICasHidl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCas.java122 private android.hardware.cas.V1_0.ICas mICasHidl = null; field in MediaCas
371 if (mICas == null && mICasHidl == null) { in validateInternalStates()
378 mICasHidl = null; in cleanupAndRethrowIllegalState()
602 if (mICas == null && mICasHidl == null) { in validateSessionInternalStates()
646 mICasHidl.setSessionPrivateData( in setPrivateData()
680 mICasHidl.processEcm( in processEcm()
770 mICasHidl.closeSession(toByteArray(mSessionId))); in close()
872 mICasHidl = serviceV10.createPlugin(casSystemId, mBinderHidl); in createPlugin()
875 mICasHidl = in createPlugin()
880 mICasHidl = in createPlugin()
[all …]