Home
last modified time | relevance | path

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

/frameworks/av/drm/drmserver/
DDrmManager.cpp73 if (mMetricsLooper != NULL) { in ~DrmManager()
74 mMetricsLooper->stop(); in ~DrmManager()
80 if (mMetricsLooper != NULL) { in initMetricsLooper()
83 mMetricsLooper = new ALooper; in initMetricsLooper()
84 mMetricsLooper->setName("DrmManagerMetricsLooper"); in initMetricsLooper()
85 mMetricsLooper->start(); in initMetricsLooper()
86 mMetricsLooper->registerHandler(this); in initMetricsLooper()
DDrmManager.h219 sp<ALooper> mMetricsLooper; variable