Searched refs:has24BitHardwareSupport (Results 1 – 5 of 5) sorted by relevance
91 private native boolean has24BitHardwareSupport(long audioContext); in has24BitHardwareSupport() method in NativeAnalyzerThread113 public boolean has24BitHardwareSupport() { in has24BitHardwareSupport() method in NativeAnalyzerThread178 mHas24BitHardwareSupport = has24BitHardwareSupport(audioContext);
229 mHas24BitHardwareSupport = mNativeAnalyzerThread.has24BitHardwareSupport(); in handleTestCompletion()238 boolean has24BitHardwareSupport() { in has24BitHardwareSupport() method in AudioLoopbackLatencyActivity.TestSpec943 mTestSpecs[TESTROUTE_ANALOG_JACK].has24BitHardwareSupport(), in calcPass()944 mTestSpecs[TESTROUTE_USB].has24BitHardwareSupport(), in calcPass()
102 bool has24BitHardwareSupport();
104 return analyzer->has24BitHardwareSupport(); in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_has24BitHardwareSupport()
221 bool NativeAudioAnalyzer::has24BitHardwareSupport() { in has24BitHardwareSupport() function in NativeAudioAnalyzer