Searched refs:mIsVoice (Results 1 – 1 of 1) sorted by relevance
105 void setIsVoice(bool isVoice) { mIsVoice = isVoice; } in setIsVoice()106 bool isVoice() const { return mIsVoice; } in isVoice()111 bool mIsVoice = false; /** true if this volume source is used for voice call volume */ variable