Searched refs:isVoice (Results 1 – 4 of 4) sorted by relevance
85 public boolean isVoice; field in DriverCall110 ret.isVoice = (0 == p.nextInt()); in fromCLCCLine()156 + (isVoice ? "voc" : "nonvoc") + "," in toString()
3927 dc.isVoice = call10.isVoice; in convertToDriverCall()3967 dc.isVoice = halCall.isVoice; in convertToDriverCall()
105 void setIsVoice(bool isVoice) { mIsVoice = isVoice; } in setIsVoice() argument106 bool isVoice() const { return mIsVoice; } in isVoice() function243 if (iter.second.isVoice()) { in getVoiceSource()
103 ret.isVoice = true; in toDriverCall()