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.cpp91 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap() { in getAudioDeviceOutMap() function
402 return flagsFromMap(outputDevice, getAudioDeviceOutMap()); in lookup()
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp954 ASSERT_EQ(1, countDuplicates(getAudioDeviceOutMap())); // has dups in TEST()
1042 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT"), in TEST()
1044 ASSERT_EQ(getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_SPEAKER") in TEST()
1045 | getAudioDeviceOutMap().at("AUDIO_DEVICE_OUT_HDMI"), in TEST()