Searched refs:getAudioDeviceOutMap (Results 1 – 3 of 3) sorted by relevance
29 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap();
93 const std::unordered_map<std::string, int64_t>& getAudioDeviceOutMap() { in getAudioDeviceOutMap() function404 return flagsFromMap(outputDevice, getAudioDeviceOutMap());
955 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()