Searched refs:coarseConfidenceLevel (Results 1 – 2 of 2) sorted by relevance
1067 public final int coarseConfidenceLevel; field in SoundTrigger.KeyphraseRecognitionExtra1075 public KeyphraseRecognitionExtra(int id, int recognitionModes, int coarseConfidenceLevel, in KeyphraseRecognitionExtra() argument1079 this.coarseConfidenceLevel = coarseConfidenceLevel; in KeyphraseRecognitionExtra()1097 int coarseConfidenceLevel = in.readInt(); in fromParcel() local1099 return new KeyphraseRecognitionExtra(id, recognitionModes, coarseConfidenceLevel, in fromParcel()1107 dest.writeInt(coarseConfidenceLevel); in writeToParcel()1123 result = prime * result + coarseConfidenceLevel; in hashCode()1142 if (coarseConfidenceLevel != other.coarseConfidenceLevel) in equals()1150 + ", coarseConfidenceLevel=" + coarseConfidenceLevel in toString()
125 jfieldID coarseConfidenceLevel; member771 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel); in android_hardware_SoundTrigger_startRecognition()943 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel = GetFieldIDOrDie(env, in register_android_hardware_SoundTrigger()