Home
last modified time | relevance | path

Searched defs:has24BitHardwareSupport (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNativeAnalyzerThread.java91 private native boolean has24BitHardwareSupport(long audioContext); in has24BitHardwareSupport() method in NativeAnalyzerThread
113 public boolean has24BitHardwareSupport() { in has24BitHardwareSupport() method in NativeAnalyzerThread
DAudioLoopbackLatencyActivity.java238 boolean has24BitHardwareSupport() { in has24BitHardwareSupport() method in AudioLoopbackLatencyActivity.TestSpec
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.cpp221 bool NativeAudioAnalyzer::has24BitHardwareSupport() { in has24BitHardwareSupport() function in NativeAudioAnalyzer