Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediametrics/
H A DAudioTypes.h29 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap();
H A DAudioTypes.cpp93 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap() { in getAudioDeviceOutMap() function
404 return flagsFromMap(outputDevice, getAudioDeviceOutMap());
/aosp12/frameworks/av/services/mediametrics/tests/
H A Dmediametrics_tests.cpp955 ASSERT_EQ(1, countDuplicates(getAudioDeviceOutMap())); // has dups in TEST()
1043 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT"), in TEST()
1045 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_SPEAKER") in TEST()
1046 | getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_HDMI"), in TEST()