Searched refs:supportedTones_ (Results 1 – 2 of 2) sorted by relevance
74 supportedTones_ = AudioPolicyManager::GetInstance().GetSupportedTones(); in TonePlayerImpl()164 …if (std::find(supportedTones_.begin(), supportedTones_.end(), (int32_t)toneType) == supportedTones… in LoadTone()
79 std::vector<int32_t> supportedTones_; variable