Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp74 mCloseSessionNotOpenedCount(0), in DrmPlugin()
161 mCloseSessionNotOpenedCount++; in closeSession()
297 DrmMetricNamedValue closeSessionNotOpenedMetricValue = {"count", mCloseSessionNotOpenedCount}; in getMetrics()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/
DDrmPlugin.h194 int64_t mCloseSessionNotOpenedCount; member