HomeSort by relevance Sort by last modified time
    Searched defs:EnabledProperty (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 182 static const char * const EnabledProperty;
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 53 const char * const MediaAnalyticsItem::EnabledProperty = "media.metrics.enabled";
753 int enabled = property_get_int32(MediaAnalyticsItem::EnabledProperty, -1);

Completed in 7167 milliseconds