summaryrefslogtreecommitdiffstats
path: root/binding
AgeCommit message (Collapse)AuthorFilesLines
2021-02-18Fix potential memory leakneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.013.93.012.93.012.91.012.90.112.90.011.92.0Li Xiaoming1-3/+2
json structure allocating code should be placed in where it is used, if there is a condition check which may cause a return before the before-mentioned place in the function. Bug-AGL: SPEC-3584 Change-Id: I06318f408477df441074b38c4d1e33534820db52 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2020-07-15Replace afb_binding_v3 with afb_binding_tkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish/9.99.49.99.410.93.010.92.010.91.0Zhang Nan1-2/+2
Refer: https://docs.automotivelinux.org/docs/en/master/apis_services/reference/af-binder/reference-v3/types-and-globals.html Bug-AGL: SPEC-3499 Signed-off-by: Qiu Tingting <qiutt@cn.fujitsu.com> Signed-off-by: Zhang Nan <zhangnan.fnst@cn.fujitsu.com> Change-Id: I2dd6c3a164d498cd8fb7fba2b1cda3fb221ec584
2018-10-09binding: geoclue: update version of conf.d/app-templates submoduleMatt Ranostay1-5/+1
To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: Id86787367b93844071ad4d662aa29476ef8f3cd8 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-19binding: geoclue: upgrade to binding framework v3guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.26.90.05.99.65.99.55.99.45.99.35.99.2Matt Ranostay1-8/+8
Change-Id: Ia4252f9e8682358b845ca5f43ec905bde341b445 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-02-09binding: geoclue: allow weather binding to get early locationflounder_5.99.1flounder/5.99.15.99.1Matt Ranostay1-0/+2
Due to the first location not being broadcast as an event we need to be sure an early weather consumer like HomeScreen will receive data. Bug-AGL: SPEC-1273 Change-Id: I8e6d1cb0b7bcc0218ae4c24450269e17457e2beb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-09-06binding: geoclue: initial geoclue supportMatt Ranostay2-0/+237
Bug-AGL: SPEC-851 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>