summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29Add new APIsflounder_5.99.2flounder/5.99.25.99.2Kazumasa Mitsunari2-78/+414
High level API * stream_open * stream_close * set_stream_state Get functions * getListMainSinks * getListMainSources * getListMainConnections New event * stream_state_event Related Change: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps/agl-service-soundmanager-2017.git;a=commit;h=a5da9bcbc5b3eb9a23cb97c8d3ef711c713e6c83 v2: Consolidate the coding style into camelCase. Change-Id: I65b6159ffce57d71588c6edd7bed9d5b0a17d19a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-27Remove useless codeflounder_5.99.1flounder/5.99.15.99.1Kazumasa Mitsunari2-248/+239
Remove useless code Change-Id: I45078cf0369f001d1cb8f28c7158321104498bf4 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Remove redundant functionsKazumasa Mitsunari2-71/+0
I decided that libsoundmanager doesn't have multi callback entry point to simplify API. Change-Id: I6e4a94148399c09b7603e8f9cf9a62f29f5e80fb Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Unify the API nameKazumasa Mitsunari2-8/+5
Change-Id: Ib0544990338cfd80f53e1e0e6d98f19a9a152443 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Rename the class nameKazumasa Mitsunari2-31/+31
Rename LibSoundmanager to Soundmanager. Change-Id: I92f0c8caf6a720f20dca11a7d47f94c30f4d7e08 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Add SOVERSIONKazumasa Mitsunari1-0/+1
To contain library itself and symlink to library in the image, add SOVERSION to CMakeList. Change-Id: I3dc7abc8935dbc5848b741cb8833f2155124518c Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-30Add a version to the libraryKazumasa Mitsunari1-0/+5
To prevent a bitbake package_qa issue, adding version is necessary. So I added a version number of 0.1.0. Bug-AGL : SPEC-1001 Change-Id: Ia0d133122d6287753cc92e645f39e327f206f320 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-26Add splitted library from agl-service-soundmanagerKazumasa Mitsunari3-0/+783
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11421/ [Patch Sets 2] Remove trailing space Bug-AGL: SPEC-993 Change-Id: Ia4c78dfed6fea430993b82ff345b4a45eb647aa7 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-23Revert "Ported from agl-service-soundmanager-2017"Kazumasa Mitsunari3-782/+0
This reverts commit a69692ae83501b7af5dd94cde4d57b8844cac514. Change-Id: I02ba58ea3ad205e286c5c962cf9411a9bee02d0d Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-23Ported from agl-service-soundmanager-2017Kazumasa Mitsunari3-0/+782
To improve indivisuality, library to access to agl-service-soundmanager is ported to this repository Change-Id: Ib82fd53a69fae58999bce75c625a4a5fe21bc787 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>