Home
last modified time | relevance | path

Searched defs:isVoice (Results 1 – 2 of 2) 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() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDriverCall.java85 public boolean isVoice; field in DriverCall