Home
last modified time | relevance | path

Searched refs:getAudioType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvInputHardwareInfo.java118 public int getAudioType() { in getAudioType() method in TvInputHardwareInfo
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java996 if (mInfo.getAudioType() != AudioManager.DEVICE_NONE) { in TvInputHardwareImpl()
999 findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress()); in TvInputHardwareImpl()
1278 if (mInfo.getAudioType() == AudioManager.DEVICE_NONE) { in updateAudioSourceLocked()
1282 mAudioSource = findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress()); in updateAudioSourceLocked()
1289 if (mInfo.getAudioType() == AudioManager.DEVICE_NONE) { in updateAudioSinkLocked()
/frameworks/base/core/api/
Dsystem-lint-baseline.txt2006 UnflaggedApi: android.service.voice.HotwordTrainingAudio#getAudioType():
2007 … must be flagged with @FlaggedApi: method android.service.voice.HotwordTrainingAudio.getAudioType()
Dsystem-current.txt7789 method public int getAudioType();