Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp79 mCloseSessionNotOpenedCount(0), in DrmPlugin()
168 mCloseSessionNotOpenedCount++; in closeSession()
742 "count", DrmMetricGroup::ValueType::INT64_TYPE, mCloseSessionNotOpenedCount, 0.0, "" in getMetrics()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmPlugin.h423 int64_t mCloseSessionNotOpenedCount; member