summaryrefslogtreecommitdiffstats
path: root/src/libsoundmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29Add new APIsflounder_5.99.2flounder/5.99.25.99.2Kazumasa Mitsunari1-66/+393
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 Mitsunari1-235/+235
Remove useless code Change-Id: I45078cf0369f001d1cb8f28c7158321104498bf4 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Remove redundant functionsKazumasa Mitsunari1-66/+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 Mitsunari1-6/+3
Change-Id: Ib0544990338cfd80f53e1e0e6d98f19a9a152443 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Rename the class nameKazumasa Mitsunari1-26/+26
Rename LibSoundmanager to Soundmanager. Change-Id: I92f0c8caf6a720f20dca11a7d47f94c30f4d7e08 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-26Add splitted library from agl-service-soundmanagerKazumasa Mitsunari1-0/+641
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 Mitsunari1-640/+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 Mitsunari1-0/+640
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>