OSDN Git Service

audioflinger: add effect config status check
authorEric Laurent <elaurent@google.com>
Tue, 2 Apr 2013 23:41:41 +0000 (16:41 -0700)
committerEric Laurent <elaurent@google.com>
Tue, 2 Apr 2013 23:47:13 +0000 (16:47 -0700)
commit2a9c5cd47159c41051fe7b8366d8205a7d1d5296
treeedc049407401de769cc20a228a74f7016fac94e1
parentb7c9d61b9d398b272c8138a2c6aace069229ac03
audioflinger: add effect config status check

Check the result of the effect engine configuration command
and do not attempt to send parameters to, enable, or process
the effect if configuration fails.

Bug 8512027

Change-Id: I8c78a05d79fba36b1a387aa5cf2700612301ac91
services/audioflinger/Effects.cpp