HomeSort by relevance Sort by last modified time
    Searched refs:HOTWORD (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/java/android/media/
MediaRecorder.java 301 * Audio source for preemptible, low-priority software hotword detection
305 * always-on software hotword detection, while gracefully giving in to any other application
313 public static final int HOTWORD = 1999;
365 case AudioSource.HOTWORD:
366 return "HOTWORD";
    [all...]
AudioAttributes.java 316 * Flag requesting capture from the source used for hardware hotword detection.
317 * To be used with capture preset MediaRecorder.AudioSource.HOTWORD or
752 * Same as {@link #setCapturePreset(int)} but authorizes the use of HOTWORD,
759 if ((preset == MediaRecorder.AudioSource.HOTWORD)
    [all...]
AudioRecord.java 685 (audioSource != MediaRecorder.AudioSource.HOTWORD)) ) {
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 146 * hotword detection. Same tuning as VOICE_RECOGNITION. Used only
149 HOTWORD = 1999
687 HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerService.java     [all...]
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 213 milliseconds