summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow opt-out of AudioFXAaron Kling2019-09-031-0/+4
| | | | | | | This was forked from the qcom equalizer and does not work on some devices, especially non-qcom. Change-Id: I3bad26f66d7711a601ae46a4a994477b8d3fe564
* AudioFX: Build with AAPT2Bruno Martins2018-08-251-1/+6
| | | | Change-Id: I885ec9cbbcc060a194255ecc501db8c1a54788b1
* AudioFX: Properly depend on Lineage SDKBruno Martins2018-08-221-1/+3
| | | | | | | * Platform apps that depend on the SDK must only link against org.lineageos.platform.internal Change-Id: Ibf63433f0961572d118361f984270f56accf8409
* AudioFX: Set LOCAL_PRIVATE_PLATFORM_APISAnton Hansson2018-08-191-0/+2
| | | | | | | | | | | | | | | This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Bug: 73535841 Change-Id: Iabb0556dc1c80c7fc7f6c76d61d5e441b03cdce0
* AudioFX: Remove cyngn remnantsMichael Bestas2017-12-271-8/+0
| | | | Change-Id: I332bd428d2704bb60fe753e2caaa660041f64f4a
* AudioFX: Apply Lineage SDK rebrandMichael Bestas2017-12-271-1/+1
| | | | Change-Id: I21a553aacd7e629b2fae259412de729b434d0793
* AudioFX: Sign with platform keyArne Coucheron2017-06-041-4/+1
| | | | | | | Avoid any possible issues with secondary users. Also cyngn is no more, so remove that. Change-Id: If914247605009e9199889d2c4bf3f5d317c95479
* audiofx: Remove AmbientSteve Kondik2016-09-301-7/+0
| | | | | | * Not needed in OSS Change-Id: I44a93fab6888d37dce41a402f8603ae9952857d1
* AudioFX: Get rid of the DSPManager overrideZhao Wei Liew2016-09-301-2/+0
| | | | | | DSPManager hasn't even been included in the manifest since CM 12. Change-Id: I6e7c8434361d22491aab32d63969398608eb4de3
* Merge branch 'cm-13.0-oss' into HEADRoman Birg2016-08-251-6/+35
|\ | | | | | | Change-Id: Ie762fdbe5b70dec6843ce489e78d802662e148fb
| * Revert "Revert "AudioFX: rename module back to AudioFX""Roman Birg2016-08-251-3/+3
| | | | | | | | This reverts commit c7dc272e9b7dbddc1931c54ad50ae8a2d6679292.
| * Revert "AudioFX: rename module back to AudioFX"Roman Birg2016-08-231-3/+3
| | | | | | | | | | | | This reverts commit ecb27c08e3e833304a25160893f6129916ae50c3. Change-Id: I3485ce7950a3a6c0e7b56b475756289fa74e8fe4
| * AudioFX: rename module back to AudioFXRoman Birg2016-08-231-3/+3
| | | | | | | | | | Change-Id: I7326addbad8f4837262fadfbf04712b03a7ca149 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: rename package to org.cyanogenmod.audiofxRoman Birg2016-08-231-2/+1
| | | | | | | | | | | | | | For internal builds we'll keep the com.cyngn.audiofx package name Change-Id: I28703a66308c1018ea0a6f82b73a53959f9b7412 Signed-off-by: Roman Birg <roman@cyngn.com>
| * ModioFX: split backend implementationsRoman Birg2016-08-231-2/+7
| | | | | | | | | | Change-Id: Ib6f345000b25a17a5c7520ea47355f1d96936522 Signed-off-by: Roman Birg <roman@cyngn.com>
| * audiofx: rename package to ModioFXScott Mertz2016-04-081-3/+3
| | | | | | | | | | | | | | So we can use LOCAL_PACKAGE_OVERRIDES to replace OSS AudioFX rather than relying on manifests. Change-Id: Ided65c3f00146fa648bbf4bfd503148422c5824f
| * AudioFX: effect tests, synchronize the worldRoman Birg2016-03-061-0/+7
| | | | | | | | | | | | | | | | | | | | Includes a set of tests to ensure that the service can create and destroy effects (without anything enabled for now). Also adds synchornization to service and effects. Change-Id: I0d15f71461a22b837661f442f5b04de6045e100b Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: add qs tileRoman Birg2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a tile which displays the current device's off/on state of whether it is applying effects. Also made binding to service automatically explicitly set so we only do this while the UI is up so any receivers don't hang onto service references. Ref: OPO-254 Change-Id: Ib730df78e899094eea50eaac12daad5effc852b6 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: add analytics and test harnessRoman Birg2015-09-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds intial user session tracking. Sends an event on every pause from the acvitity. Currently only keeps counts of things the user has touched during their session. Also added initial tests for Presets to make sure parceling and unpaceling is handled properly. Ref: CYNGNOS-1144 Change-Id: I71925430ee63d0b28fc5aa8cc93fea5f5327d7db Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: warn when signing with test keyRoman Birg2015-08-181-0/+2
| | | | | | | | | | Change-Id: Id69a4f2eb40a703095332e00cb5f2409277f9a94 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: sign with cyngn-app keyRoman Birg2015-07-281-2/+9
| | | | | | | | | | | | | | | | Also clean up unused make file entries Ref: CYNGNOS-627 Change-Id: I8538308dbf69459986b103a53cff5bb7e10ecfe1 Signed-off-by: Roman Birg <roman@cyngn.com>
| * Combine MaxxAudio into AudioFXRoman Birg2015-04-271-12/+7
| | | | | | | | | | | | | | The interface supports MaxxAudio and not. Let's use one package. Change-Id: I86bb8444c5e653b574f71a2af2184c85dc9284fa Signed-off-by: Roman Birg <roman@cyngn.com>
* | audiofx: Use CMAudioService for session callbacksSteve Kondik2016-04-271-7/+2
| | | | | | | | | | | | | | | | | | * Also get rid of the dynamic receiver and register everything we want to receive in the manifest so that we can be sure that our service starts when audio sessions are being created. Change-Id: I9880c0277ba7688095c236ad38a3d98824870776
* | Rename package back to AudioFXMichael Bestas2016-04-091-1/+1
| | | | | | | | Change-Id: Ic120d55a26ee5d2ea947565f96aa8df2e044b6f1
* | audiofx: Don't link with android-visualizerSteve Kondik2016-04-081-3/+1
| | | | | | | | | | | | * This hasn't been used in a long time. Remove it. Change-Id: Icae39f301b3b2f2feca8a3517f7cb15ec300afe1
* | AudioFX: platform signjrizzoli2015-12-261-0/+2
|/ | | | | Change-Id: I3ec21ab3bf441000e104aef6a1754d69f0989aef Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* AudioFX: use android-visualizer libraryRoman Birg2014-05-021-0/+2
| | | | | Change-Id: I2e580856913d83534af2277f245bda636b0e88f2 Signed-off-by: Roman Birg <roman@cyngn.com>
* Override DSPManagerSteve Kondik2014-04-131-0/+2
|
* Big refactorSteve Kondik2014-04-081-1/+1
| | | | | | | | * Replace custom widgets with stock ones * Remove dead code * Rename * Etc * Lots of stuff to do still
* MusicFX needs to be able to enable/disable packagesMarco Nelissen2013-10-101-12/+14
| | | | | | b/11154997 Change-Id: Ic8fd4b301e88e26fd111f8c72ec89925ccea5c6f
* Initial NXP code drop.Marco Nelissen2011-06-241-0/+12