Searched refs:mMetricsLooper (Results 1 – 2 of 2) sorted by relevance
73 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()
219 sp<ALooper> mMetricsLooper; variable