History log of /hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3acaa668c102cf096a9e3bc540d7a74ca3ac5c36 13-Apr-2017 Mikhail Naganov <mnaganov@google.com> soundtrigger: Use "default" instance name for HAL service

"default" implies using "primary" legacy device module.
This doesn't change anything for binderized mode, because
the server was only registering itself as "sound_trigger.primary",
so it was the only possibility anyways.

Usage of "stub" (debugging) module is still possible
if audioflinger and corresponding services are built with
USE_LEGACY_LOCAL_AUDIO_HAL=true (added makefile check to ensure
that).

Test: "Ok Google" from screen off state on sailfish
Bug: 36570720
Change-Id: I88f1ebd4c1efd0f91e37458746c336a4beef33ae
/hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp
06e939be44d093ce756c624e7be7341c12ae0282 14-Mar-2017 Bryan Eyler <bryaneyler@google.com> Fix log format specifier.

size() returns size_t.

Change-Id: I015b407e26e2be9933558e9f8e2f6c02eba6568a
/hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp
66cc8da09da84047a6a1cad8be2d5c2542d9dcbf 14-Jan-2017 Thierry Strudel <tstrudel@google.com> soundtrigger: initialize mHwDevice member in constructor

audioserver crashes when sound_trigger legacy HAL does not exist on the device,
as mHwDevice is not initialized to NULL.

Bug: 32022304
Change-Id: I47642927e91c03817508d462cfcc58370e89b184
Signed-off-by: Thierry Strudel <tstrudel@google.com>
/hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp
f9d303435d80161fabb16cdff3b8f2f75f362480 30-Nov-2016 Yifan Hong <elsk@google.com> Update to use the correct logging library.

Test: mma compiles
Change-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
/hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp
27ef4d872d9f6bbbc62d03b807cae694a3c6e2e8 15-Oct-2016 Eric Laurent <elaurent@google.com> audio: add audio HAL service and sound trigger HAL implementation

Audio HAL service is common to audio, audio effect, sound trigger and
bradcast radio HALs.

Bug: 32022304
Change-Id: I3952b9c6de3a6b34e757942120320cf8ae036ed5
/hardware/interfaces/soundtrigger/2.0/default/SoundTriggerHalImpl.cpp