aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06Add gitreview file for guppy branchguppy_7.0.4guppy_7.0.3guppy_7.0.2guppy_7.0.1guppy_7.0.0guppy_6.99.5guppy/7.0.4guppy/7.0.3guppy/7.0.2guppy/7.0.1guppy/7.0.0guppy/6.99.57.0.47.0.37.0.27.0.17.0.06.99.5guppyJan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-01-21Fix CRLF to LFhalibut_7.90.0halibut/7.90.07.90.0Kazumasa Mitsunari2-714/+714
This patch fixes CRLF of markdown to LF. Bug-AGL : SPEC-2102 Change-Id: I2e80659cd0d7d78f266583165c79d2bf84d42124 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-12-20docs: add yaml bookguppy_6.99.4guppy_6.99.3guppy/6.99.4guppy/6.99.36.99.46.99.3Frederic Marec1-0/+17
Bug-AGL: SPEC-1988 Change-Id: I178162e9f2baae5ae979ce2129584a1722ab2ae2 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-10-09Use feature 'required-binding'guppy_6.99.2guppy_6.99.1guppy/6.99.2guppy/6.99.16.99.26.99.1Jose Bollo1-1/+1
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I6796f514f6aab7b0c4bf9c976ae3907728ccee8c Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-07-24Change .gitreviewguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.36.90.05.99.65.99.55.99.45.99.3Kazumasa Mitsunari1-1/+1
Change-Id: I73b719217b308c362a94beb1c2a39cce53ead1d8 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-29Fix memory leakflounder_5.99.2flounder/5.99.25.99.2Kazumasa Mitsunari1-0/+1
Forgot to release gVariant Change-Id: I6d3575572732930d6a0d8db808e4eb864ed5bcca Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-29Fix json format errorKazumasa Mitsunari1-8/+8
Fix the followings * The response format of getListMainConnections is strange * Fix typo of getListMainSources Change-Id: I2a42f7feb6a9e33f293f74a9a7770428608e2767 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-06Add High Level APIsflounder_5.99.1flounder/5.99.15.99.1Kazumasa Mitsunari7-41/+289
* stream_close key : stream_id Calls disconnect function * set_stream_state key : stream_id key : mute value: 0 = unmute, 1 = mute Calls connect when mute is set to 0, then "stream_state_event" is published if success. This event is same as asyncSetSourceState like here. "event":"soundmanager\/stream_state_event", "data":{ "handle":value1, "sourceID":value2, "sourceState":"on|off|paused", "event_name":"ahl_stream_state_event", "stream_id":value1, "state_event":value } asyncSetSourceState is also published. And when mute is set to 1, then calls disconnect. "stream_id" is the returned value when application calls "stream_open". Change-Id: Ib8a032ed2c407605b6015441eccbb7660d9932d8 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-16Get first sinkID and set it as default on initializeKazumasa Mitsunari3-1/+40
Get first sinkID and set it as default on initialize Change-Id: I7e5d6ef9db270f182dd1775985a2b6cf9b3fdc74 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-16Clean: divide soundmanager.c into interface part and proxy partKazumasa Mitsunari11-636/+1129
* interface part ... soundmanager This receives request and send event to clients * proxy part ... am_proxy_audiomanager This is the proxy to call and receive audiomanager API Change-Id: If29643ba3356ec1d7ec87468b023cf8809aa4eb3 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-16Fix: remove the warnings of copy from constKazumasa Mitsunari1-10/+10
Change-Id: I30023877a5378b7dcdc0dd127d74d7bc99e881b2 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-16Rename the package nameKazumasa Mitsunari2-5/+5
* Remove the suffix -2017 * To make the name simple, rename as "agl-service-audio-soundmanager" Change-Id: I66b15f234ac43605bbb507541943ee1f64c642f0 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-16Add .gitignoreKazumasa Mitsunari1-0/+2
Change-Id: I73dd913aa7ded3a07dfa25084957bf2702fb7528 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-11Improve: Add stream_open APIKazumasa Mitsunari3-1/+145
Add stream_open API. This means registeration of source in soundmanager. The following keys are same as High Level API's argument. audio_role ... is translated to sourceID in soundmanager endpoint_id ... is translated to sinkID and used after in soundmanager endpoint_type ... is not used in soundmanager Change-Id: Id2044b406c9e8f0a20604ce653607aed0140fe19 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-03-08Clean: clean up duplicate codeKazumasa Mitsunari3-67/+41
Change-Id: I99fdddbefa5fbb36bd0185a7541c7ff4eb4c921f Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-03-08Clean: divide the source filesKazumasa Mitsunari3-517/+590
soundmanager.c becomes bigger, so divide it into some files. soundmanager.h ... declare functions and set entry point of binder sm_def.h ... define keys for json, default value and so on soundmanager.c ... implementation Change-Id: Iadcfe8d475520c27515c8bd4a43ead36726787af Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-03-08Remove the optional definition of debugKazumasa Mitsunari2-6/+0
To be simple, remove the option for debug. Debug option is set by only CMAKE_BUILD_TYPE. Change-Id: Ie23062eb31ba6b084a388ef33848c5024d84c668 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-26Add getListMainSources functionKazumasa Mitsunari4-1/+309
This function gets the source list registered in AudioManager. Change-Id: I630200b8aaba1f6049773d183904086277624121 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-26Change define nameKazumasa Mitsunari1-105/+106
The name which starts with "underscore" should not be used as define. Change-Id: I1b31dddadc301abc299fc8e27d711afdb432b666 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-26Add high level API functionsKazumasa Mitsunari2-2/+79
Add the following functions * stream_open * stream_close * set_stream_state The functions are not impremented yet. Change-Id: I881ae61978c04bb8cecffbe30a9b821d1e49c43a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-23Fix typoKazumasa Mitsunari1-13/+13
Change-Id: Ib11606f6b0aba5351a63bfa84b7036fb08d052b2 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-23Remove unnecessary fileKazumasa Mitsunari2-284/+1
The image file for icon is not necessary for service. Change-Id: Ic5213afb94170d97c60d1fadb53c7e3312af4493 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-23Remove trailing spacesKazumasa Mitsunari10-231/+231
Change-Id: I0c78a163c3fc4549d5407f2ea8e5233c94de8dc8 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-12Enable to set "interrupt" value in registerSourceKazumasa Mitsunari1-1/+4
Change-Id: Ibd59a74d4ae846ada167bd42c24cc3e74b040c44 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-12Enable getListMainSinks functionKazumasa Mitsunari1-19/+28
Change-Id: Ibfa2056692aa7b5364ad704bd7f5b90c0abc8215 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-12Change static variables to use #defineKazumasa Mitsunari1-94/+96
Change-Id: Ied239418df19d6ceecbeca3e0f94d231dd22012a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-11Update ApplicationGuide documentKazumasa Mitsunari1-20/+16
Change-Id: Iddd44a39af92aa79f027ae7e1e866fbc9df18966 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-11-03Markdown Lintingeel_4.99.3eel_4.99.2eel/4.99.3eel/4.99.24.99.34.99.2Romain Forlot1-60/+73
Improve rendering by the docs website. Change-Id: Id7daa210fe7519dedebd070eaef10992ef45549f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-01Update documentKazumasa Mitsunari302-576/+40987
Update ApplicationGuide Change-Id: I8a9c675adeb8997debaa553f0e45f736a2719010 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Update README.mdKazumasa Mitsunari1-1/+1
Link to http://docs.automotivelinux.org/docs/apis_services/en/dev/ Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11507 Bug-AGL : SPEC-994 Change-Id: Ic26370a0ab485731159558c19bfa962d64b6929c Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-30Install dbus configurationKazumasa Mitsunari2-0/+19
dbus configuration was installed by recipe This patch enables it to be installed by CMake Change-Id: I5753c6b79f79498c55abb66c2b7a7ac757869989 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-30Remove the library from this service binderKazumasa Mitsunari7-870/+0
The library is split into another repository, so remove it from this repository Bug-AGL: SPEC-993 Change-Id: Iea7c1a09ce0749c355f62db7523d6d7f1075e118 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-27Removed thread loopKazumasa Mitsunari2-27/+0
This is redundant thread It works without thread Bug-AGL : SPEC-996 Change-Id: Ie23dcdcb7ae440bfb620d99ab1bf3a0979595756 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-19Removed trailing spacesKazumasa Mitsunari2-46/+46
Change-Id: I8950984edbc548f29a17acd0d2aec7e092ad2b36 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-13Add gitreview file for mastereel_4.99.1eel/4.99.14.99.1Jan-Simon Möller1-0/+5
Change-Id: I7531a1c0c585ffceab0681b836f88b4e1e3da2f2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-10-11Add agl-service-soundmanager-2017Kazumasa Mitsunari207-0/+26895
Add a new binding agl-service-soundmanager-2017. A image about this see JIRA SPEC-916 Packaging via cmake [PatchSet3] Pass to afb-binding version 2 Fix typo Fix libsoundmanager bug [PatchSet4] Modified commit message [PatchSet5] Re-add root CMakeLists.txt Prevent memory leak of json object Bug-AGL: SPEC-926 Change-Id: I24c0280210777778c379ac7027f3d71fa28d6d85 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-09-28Initial empty repositoryJan-Simon Moeller0-0/+0