Merge "Keep STH state in sync with HAL" into nyc-dev

am: 7cdc320a6b

* commit '7cdc320a6be3ef285b8f0c7923c2a91ac618fbe3':
  Keep STH state in sync with HAL

Change-Id: Icf6fd3d9416ce062703163a5f8f62e2d014bf89f
This commit is contained in:
Chris Thornton
2016-05-02 16:33:23 +00:00
committed by android-build-merger

View File

@@ -501,7 +501,10 @@ public class SoundTriggerHelper implements SoundTrigger.StatusListener {
if (status != STATUS_OK) {
Slog.w(TAG, "Error stopping keyphrase model: " + model.getHandle());
}
model.clearState();
model.setStopped();
model.setRequested(false);
model.clearCallback();
model.setRecognitionConfig(null);
}
}
internalClearGlobalStateLocked();