Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DHotwordDetectedResult.java134 private int mAudioChannel = AUDIO_CHANNEL_UNSET; field in HotwordDetectedResult
313 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.Builder
749 mAudioChannel = value; in setAudioChannel()
[all …]
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DChannelInfo.java226 private int mAudioChannel; field in ChannelInfo.Builder
246 mAudioChannel = other.audioChannel; in Builder()
288 mAudioChannel = audioChannel; in setAudioChannel()
341 mAudioChannel, in build()