Home
last modified time | relevance | path

Searched refs:mIsVoice (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h105 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