Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DAudioManagerHelper.java130 mSupportedAudioFormats = LogHelper.getSupportedAudioFormats(device); in getRequestSadFormatsParams()
DLogHelper.java119 public static List<Integer> getSupportedAudioFormats(ITestDevice device) throws Exception { in getSupportedAudioFormats() method in LogHelper