Merge "Copy HotwordDetectionConnection into TrustedHotwordDetectorSession"

This commit is contained in:
Joanne Chung
2022-11-23 06:26:04 +00:00
committed by Android (Google) Code Review
2 changed files with 1325 additions and 1 deletions

View File

@@ -595,7 +595,7 @@ final class HotwordDetectionConnection {
detectFromDspSource(event, callback);
}
private void detectFromDspSource(SoundTrigger.KeyphraseRecognitionEvent recognitionEvent,
void detectFromDspSource(SoundTrigger.KeyphraseRecognitionEvent recognitionEvent,
IHotwordRecognitionStatusCallback externalCallback) {
if (DEBUG) {
Slog.d(TAG, "detectFromDspSource");