Home
last modified time | relevance | path

Searched refs:getAudioDeviceOutMap (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/mediametrics/
DAudioTypes.h29 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap();
DAudioTypes.cpp89 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap() { in getAudioDeviceOutMap() function
363 return flagsFromMap(outputDevice, getAudioDeviceOutMap()); in lookup()
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp948 ASSERT_EQ(1, countDuplicates(getAudioDeviceOutMap())); // has dups in TEST()
1036 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT"), in TEST()
1038 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_SPEAKER") in TEST()
1039 | getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_HDMI"), in TEST()