Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvInputHardwareInfo.java101 private int mAudioType; field in TvInputHardwareInfo
119 return mAudioType; in getAudioType()
152 b.append(", audio_type=").append(mAudioType); in toString()
172 dest.writeInt(mAudioType); in writeToParcel()
183 mAudioType = source.readInt(); in readFromParcel()
196 .audioType(mAudioType) in toBuilder()
208 private int mAudioType = AudioManager.DEVICE_NONE; field in TvInputHardwareInfo.Builder
227 mAudioType = audioType; in audioType()
261 info.mAudioType = mAudioType; in build()
262 if (info.mAudioType != AudioManager.DEVICE_NONE) { in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31360 Landroid/media/tv/TvInputHardwareInfo$Builder;->mAudioType:I
31367 Landroid/media/tv/TvInputHardwareInfo;->mAudioType:I