Home
last modified time | relevance | path

Searched defs:queryKeyStatus (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl57 List<android.hardware.drm.KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl57 List<android.hardware.drm.KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus() method
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl466 List<KeyValue> queryKeyStatus(in byte[] sessionId); in queryKeyStatus() method
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp126 Return<void> DrmPlugin::queryKeyStatus(const hidl_vec<uint8_t>& sessionId, in queryKeyStatus() function in android::hardware::drm::V1_0::implementation::DrmPlugin
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_test.cpp1114 hidl_vec<KeyValue> DrmHalVendorDecryptTest::queryKeyStatus(SessionId sessionId) { in queryKeyStatus() function in android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest