Searched refs:contentTypeStr (Results 1 – 1 of 1) sorted by relevance
726 std::string contentTypeStr; in reportAudioTrackStatus() local727 ALOGD_IF(!item->get(AMEDIAMETRICS_PROP_CONTENTTYPE, &contentTypeStr), in reportAudioTrackStatus()730 const auto contentType = types::lookup<types::CONTENT_TYPE, int32_t>(contentTypeStr); in reportAudioTrackStatus()1357 std::string contentTypeStr; in endAAudioStream() local1359 key, AMEDIAMETRICS_PROP_CONTENTTYPE, &contentTypeStr); in endAAudioStream()1360 const auto contentType = types::lookup<types::CONTENT_TYPE, int32_t>(contentTypeStr); in endAAudioStream()1404 << " content_type: " << contentType << "(" << contentTypeStr << ")" in endAAudioStream()