Searched refs:getAudioDeviceInMap (Results 1 – 3 of 3) sorted by relevance
28 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap();
46 const std::unordered_map<std::string, int64_t>& getAudioDeviceInMap() { in getAudioDeviceInMap() function348 return flagsFromMap(inputDevice, getAudioDeviceInMap()); in lookup()
947 ASSERT_EQ(2, countDuplicates(getAudioDeviceInMap())); // has dups in TEST()1020 ASSERT_EQ(getAudioDeviceInMap().at("AUDIO_DEVICE_IN_USB_DEVICE"), in TEST()1022 ASSERT_EQ(getAudioDeviceInMap().at("AUDIO_DEVICE_IN_BUILTIN_MIC") in TEST()1023 | getAudioDeviceInMap().at("AUDIO_DEVICE_IN_WIRED_HEADSET"), in TEST()