Home
last modified time | relevance | path

Searched refs:getConfidence (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNativeAnalyzerThread.java89 private native double getConfidence(long audioContext); in getConfidence() method in NativeAnalyzerThread
102 public double getConfidence() { in getConfidence() method in NativeAnalyzerThread
204 mConfidence = getConfidence(audioContext);
DAudioLoopbackLatencyActivity.java852 double confidence = mNativeAnalyzerThread.getConfidence(); in handleTestPhaseCompletion()
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.h92 double getConfidence();
Djni-bridge.cpp150 return analyzer->getConfidence(); in Java_com_android_cts_verifier_audio_NativeAnalyzerThread_getConfidence()
DNativeAudioAnalyzer.cpp213 double NativeAudioAnalyzer::getConfidence() { in getConfidence() function in NativeAudioAnalyzer
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPositionEstimate.java163 public PositionEstimate.confidenceType getConfidence() { in getConfidence() method in PositionEstimate
376 return getConfidence() != null; in getComponents()
388 return getConfidence(); in getComponents()
411 + getConfidence().toIndentedString(indent); in getComponents()