Searched refs:getAudioDeviceInMap (Results 1 – 3 of 3) sorted by relevance
29 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap();
48 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap() { in getAudioDeviceInMap() function571 return flagsFromMap(inputDevice, getAudioDeviceInMap()); in lookup()
984 ASSERT_EQ(2, countDuplicates(getAudioDeviceInMap())); // has dups in TEST()1057 ASSERT_EQ(getAudioDeviceInMap().at("AUDIO_DEVICE_IN_USB_DEVICE"), in TEST()1059 ASSERT_EQ(getAudioDeviceInMap().at("AUDIO_DEVICE_IN_BUILTIN_MIC") in TEST()1060 | getAudioDeviceInMap().at("AUDIO_DEVICE_IN_WIRED_HEADSET"), in TEST()