History log of /hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
57ec0192a5f09d0e6e8b2ca458f851dd4b1f57b7 23-Feb-2016 Arunesh Mishra <arunesh@google.com> Add "clear" command.

Minor visual fixes for the command line interface.

Bug: 27279191

Change-Id: Ibb20231125c5d46bffc9241711c46dd8101dffb3
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
0718681e3e3cd4550cbf0b926307607b99212fa2 02-Apr-2016 Ryan Bavetta <bavetta@google.com> Merge "Fix build error in stub soundtrigger HAL" into nyc-dev
0a965102e729bffb29d99761d7eb85da22730cb4 30-Mar-2016 Chris Thornton <thorntonc@google.com> Bump the sound trigger device api's minor version number.

This is needed so we know if we should look for the
stop_all_recognitions function.

Change-Id: Ifa1d7ac0fa293e04bf80729bf34fefa48e74b8bb
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
12b20e31d13c2d962993ed0cc2faafae1180f8d5 25-Mar-2016 Ryan Bavetta <bavetta@google.com> Fix build error in stub soundtrigger HAL

Also combines sound model events and trigger events

BUG:27852833
Change-Id: I277b35a5b32c18b09a2c68024f30f9b981688900
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
42a448d790891870dd945eb94aeb5f05b426ab3e 28-Mar-2016 Chris Thornton <thorntonc@google.com> Adds stop_all_recognitions as an optional method to the sound trigger hal.

Change-Id: I6c905b79673fe21782f5dc5f3abc4c2ac75de805
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
a8328a37e5553ecc026560021834a7fe105de039 11-Mar-2016 Ryan Bavetta <bavetta@google.com> Allows triggering stub HAL by sound model by UUID

BUG: 27604763
Change-Id: I906f6f3c96ae148a7636b5481cb89f83ddb81a03
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
9beb06c383214a72d4082b4cc213fe79c91375bf 01-Mar-2016 Ryan Bavetta <bavetta@google.com> Stub HAL now can test abort and fail events

BUG:27278692
Change-Id: Ibd03e8a13a6bd3f25b312c94436ff9f8ea2d305a
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
d0535ae18c5ea7d20bfff20c385ec358d9d3ec0b 21-Feb-2016 Arunesh Mishra <arunesh@google.com> Run network thread on open.

This allows us to query the HAL state even when a model is not started or
after stop.

Note: Thread does not terminate on stdev->close().

Bug: 27279191
Change-Id: I6540d501c17a77bdb5cfa5528837af7bfd3ace71
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
e1df8138dcc18dbba31319e034d5497ed52a717f 21-Feb-2016 Arunesh Mishra <arunesh@google.com> Stub sound trigger hal fix for lock release.

Bug: 27279191
Change-Id: If339732cac782d85dc74dba9f1fb92c5a8d0c40d
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
f9f087115833105a55cedcd1d80a1c7be372ab03 20-Feb-2016 Ryan Bavetta <bavetta@google.com> Fix 'end' command, initialize next in linked list

Thread was not ending properly because only the first
char of the end message was being sent.

The next pointer in the linked list was not being
initialized, causing it to link to bad data values.

BUG:27276657
BUG:22860713

Change-Id: Idfdf300d9ab45f9bf61eba191bb1bb0767e1cb5d
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
7db0a7a447af6b360335fae557e09f98426c9b2f 20-Feb-2016 Arunesh Mishra <arunesh@google.com> Minor sound trigger stub hal fixes.

Bug: 27227051
Change-Id: I90209689cfb501efc8345e140c985c25103961d7
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
f1d59fc9d02a21d82137b51cf1916345d9dce2e0 16-Feb-2016 Arunesh Mishra <arunesh@google.com> Stub sound trigger HAL changes:

- Added a simple command parsing ability for text commands.
- Ability to output text via the socket interface.

Bug: 27227051

Change-Id: I9ea06897d69cf55b58aba5cc30f1c32773b3da00
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
c2bdc551f0f9f29aed6c73fa098ae1b287d64962 16-Feb-2016 Ryan Bavetta <bavetta@google.com> Adds sound model update event, adds helper methods

Change-Id: Ifb03843a51a796e1fdb224d4671a52f84b4fceed
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
cc6541c740d6b2ce4c6819fead8acfb46c3847af 10-Feb-2016 Ryan Bavetta <bavetta@google.com> Adds GenericSoundModel Event Support to Stub HAL

Change-Id: I2a021cbd12a4e17954dcf84528c80731054f2fd3
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
be0c8fdc94e88cc5687df72e9d4cc876e8f90040 02-Feb-2016 Ryan Bavetta <bavetta@google.com> Fixs for soundtrigger stub HAL

Also renames re_context to model_context, and
adds missing methods for expanded sound_trigger
operation including
sound_trigger_open_for_streaming
sound_trigger_read_samples
sound_trigger_close_for_streaming

Change-Id: I30e8eebf9c349ffae3c636277ffd0ab6805a324e
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
4615aad6450c214e0bf84626cd4ac41e89352e1b 28-Jan-2016 Ryan Bavetta <bavetta@google.com> Allow Multiple Triggers and Simulate DSP Events

Triggers can be sent via socket connection from an app
or from the command line.

BUG: 22860713
Change-Id: I7ba8fa50286be2d08f2699e601e7c76138cc4831
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
83cd830918b17fc50a8ca1cfba2d4d59bfbcf59b 30-Jul-2014 Eric Laurent <elaurent@google.com> sound_trigger HAL update

Bug: 12378680.

Change-Id: I556cd316cbff3b8d88331319ca0ad65a09aae0f9
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
30f3e6d348e5267320b40dbd8a67ffd77d179b4b 07-Jul-2014 Eric Laurent <elaurent@google.com> sound trigger: update HAL

New start_recognition() prototype with recognition
configuration structure specifying:
- List of keyphrases to listen to.
- Recognition mode for each keyphrase
- List of users and min confidence levels for each users

New recognition event format with confidence level and user ID
for each user.

Bug: 12378680.
Change-Id: I95e998c735321ceb5c27f477d894b574a6eca860
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c
cbca9056decfa8c98313e2c27a1debf4eb417a4c 19-Apr-2014 Eric Laurent <elaurent@google.com> sound trigger test/stub HAL - WIP

Change-Id: Ie8120df144662b12bba41e2346bac3ce816f9838
/hardware/libhardware/modules/soundtrigger/sound_trigger_hw.c