Home
last modified time | relevance | path

Searched defs:onSessionLostState (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPluginListener.aidl40 oneway void onSessionLostState(in byte[] sessionId); in onSessionLostState() method
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPluginListener.aidl75 oneway void onSessionLostState(in byte[] sessionId); in onSessionLostState() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPluginListener.aidl40 oneway void onSessionLostState(in byte[] sessionId); in onSessionLostState() method
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp122 ::ndk::ScopedAStatus DrmHalPluginListener::onSessionLostState(const vector<uint8_t>& sessionId) { in onSessionLostState() function in aidl::android::hardware::drm::vts::DrmHalPluginListener