Searched refs:mAudioChannel (Results 1 – 2 of 2) sorted by relevance
134 private int mAudioChannel = AUDIO_CHANNEL_UNSET; field in HotwordDetectedResult313 if (mAudioChannel != AUDIO_CHANNEL_UNSET) { in onConstructed()413 this.mAudioChannel = audioChannel; in HotwordDetectedResult()462 return mAudioChannel; in getAudioChannel()561 && mAudioChannel == that.mAudioChannel in equals()580 _hash = 31 * _hash + mAudioChannel; in hashCode()603 dest.writeInt(mAudioChannel); in writeToParcel()639 this.mAudioChannel = audioChannel; in HotwordDetectedResult()676 private int mAudioChannel; field in HotwordDetectedResult.Builder749 mAudioChannel = value; in setAudioChannel()[all …]
226 private int mAudioChannel; field in ChannelInfo.Builder246 mAudioChannel = other.audioChannel; in Builder()288 mAudioChannel = audioChannel; in setAudioChannel()341 mAudioChannel, in build()