Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java899 if (mInfo.getAudioType() != AudioManager.DEVICE_NONE) { in TvInputHardwareImpl()
900 mAudioSource = findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress()); in TvInputHardwareImpl()
1176 if (mInfo.getAudioType() == AudioManager.DEVICE_NONE) { in updateAudioSourceLocked()
1180 mAudioSource = findAudioDevicePort(mInfo.getAudioType(), mInfo.getAudioAddress()); in updateAudioSourceLocked()
1186 if (mInfo.getAudioType() == AudioManager.DEVICE_NONE) { in updateAudioSinkLocked()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputHardwareInfo.java118 public int getAudioType() { in getAudioType() method in TvInputHardwareInfo
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7599 method public int getAudioType();