1. 2fedc55 SoundTriggerHelper: fix state after audioserver death by Eric Laurent · 5 years ago
  2. 80565fb SoundTriggerHelper: fix power save mode listener by Eric Laurent · 5 years ago
  3. f96269a Enabling HW detection while phone ringing by rago · 5 years ago
  4. da48092 Make framework treat getModelState recognition events the same by mike dooley · 6 years ago
  5. 23c6256 Fixing getModelState event processing by mike dooley · 6 years ago
  6. b2ab04a Converting sound trigger v2.2 getModelState to be asynchronous by mike dooley · 6 years ago
  7. 291751e Revert "Revert "Adding getModelState API to sound trigger"" by Michael Dooley · 6 years ago
  8. be93d52 Revert "Revert "Revert "Adding getModelState API to sound trigger""" by Michael Dooley · 6 years ago
  9. 7999836 Revert "Revert "Adding getModelState API to sound trigger"" by Michael Dooley · 6 years ago
  10. 81f71f1 Revert "Adding getModelState API to sound trigger" by Michael Dooley · 6 years ago
  11. 4f809fe7 Adding getModelState API to sound trigger by mike dooley · 6 years ago
  12. cabbb11 Fixing a couple crashes in the SoundTriggerTestApp by mike dooley · 6 years ago
  13. 017afff Merge "Check for location access on TelephonyRegistry" am: 31230bb193 am: f581580fdb by Hall Liu · 6 years ago
  14. 5fb337f Check for location access on TelephonyRegistry by Hall Liu · 7 years ago
  15. 2eccd02 Make the battery saver knobs hidden public, by Makoto Onuki · 7 years ago
  16. ba08b79 Add SoundTriggerManager APIs to use a PendingIntent to get callbacks. by Chris Thornton · 7 years ago
  17. 23a5740 Prevent ConcurrentModificationException in updateAllRecognitions by Chris Thornton · 7 years ago
  18. a533b99 SoundTriggerHelper: Remove unused models onLoad by Chris Thornton · 7 years ago
  19. 2411a2c Clean up dead objects when detected in the SoundTriggerHelper by Chris Thornton · 7 years ago
  20. 455e90a Add BatterySaverPolicy for power save mode by jackqdyulei · 7 years ago
  21. d0a83b8 SoundTriggerHelpoer: Send pause events on abort if a model is running. by Chris Thornton · 8 years ago
  22. f967da9 VIMS should only stop the keyphrases it started. by Chris Thornton · 8 years ago
  23. 37f9776 Remove the STH tracking if a model has been aborted. by Chris Thornton · 8 years ago
  24. 5605603 Keep STH state in sync with HAL by Chris Thornton · 8 years ago
  25. 41e04a4 Use .equals() to compare two UUIDs in SoundTriggerHelper, rather than == by Chris Thornton · 8 years ago
  26. fac2515 SoundTriggerHelper: Add ability to manage multiple voice models. by Arunesh Mishra · 8 years ago
  27. 78ab7cf SoundTriggerHelper re-design. by Arunesh Mishra · 8 years ago
  28. 79655eb Fix unsynchronized access to model hashmap by Ryan Bavetta · 8 years ago
  29. f47f173 Fix AlwaysOnHotwordDetector recognition event bug. by Arunesh Mishra · 8 years ago
  30. 2d1de78 Unload logic for generic and keyphrase sound models. by Arunesh Mishra · 8 years ago
  31. 933da81 Fix minor bugs: by Arunesh Mishra · 8 years ago
  32. 3fff7f5 SoundTriggerHelper changes for GenericSoundModels. by Arunesh Mishra · 8 years ago
  33. 55a9b00 Fix moduleProperties in SoundTriggerInternal. by Arunesh Mishra · 9 years ago
  34. a772e5f SoundTrigger API improvements. by Arunesh Mishra · 9 years ago[Renamed (99%) from services/voiceinteraction/java/com/android/server/voiceinteraction/SoundTriggerHelper.java]
  35. b7b5812 Don't call StopRecognition when recognition was aborted. by Chris Thornton · 9 years ago
  36. 45c00b5 Don't unload the sound model on stopRecognition by Sandeep Siddhartha · 10 years ago
  37. 8cf8f71 Fix issues with multiple languages and multi-users by Sandeep Siddhartha · 10 years ago
  38. 2475e38 SoundTriggerHelper: handle media server death by Eric Laurent · 10 years ago
  39. efe0f9c Turn off hotword when in power save mode by Sandeep Siddhartha · 10 years ago
  40. 6df952e Add debugging info to VIS via dump() by Sandeep Siddhartha · 10 years ago
  41. 6b8556d Dump the state of SoundTriggerHelper for bugreports by Sandeep Siddhartha · 10 years ago
  42. cb4e81c Handle microphone contention/Phone calls while recognition is active by Sandeep Siddhartha · 10 years ago
  43. d3b8223 SoundTrigger API update. by Eric Laurent · 10 years ago
  44. 5e33fb0 Stop recognition when shutting down VIS by Sandeep Siddhartha · 10 years ago
  45. 2c0273e Add a flag for multiple triggers with same recognition session by Sandeep Siddhartha · 10 years ago
  46. 299efbe Don't unload sound model in start recognition unless the model changes by Sandeep Siddhartha · 10 years ago
  47. 1ed12dd Make startRecognition async by Sandeep Siddhartha · 10 years ago
  48. 2e14dd4 Use keyphrase id from the recognition event by Sandeep Siddhartha · 10 years ago
  49. 6817337 Read the keyphrase ID from the recognition event by Sandeep Siddhartha · 10 years ago
  50. 39c12fa Use blob (shared memory) for large data in sound model/recognition event/config by Sandeep Siddhartha · 10 years ago
  51. 452a642 Fix various bugs with model management by Sandeep Siddhartha · 10 years ago
  52. 110f569 Fix synchronization issues in AlwaysOnHotwordDetector by Sandeep Siddhartha · 10 years ago
  53. 0558972 Move sound trigger calls to VoiceInteractionManagerService by Sandeep Siddhartha · 10 years ago[Renamed (73%) from core/java/android/hardware/soundtrigger/SoundTriggerHelper.java]
  54. e6cd247 Add recognition modes to the enrollment metadata by Sandeep Siddhartha · 10 years ago
  55. a433af6 Add code for isKeyphraseActive and some logging to help debug issues by Sandeep Siddhartha · 10 years ago
  56. 8ecaf5f Hook in startRecogniton call by Sandeep Siddhartha · 10 years ago
  57. d701820 Always on hotword changes by Sandeep · 10 years ago