cfe93105f637c2822da113308f113ed418d0b319 |
|
02-Feb-2017 |
Pavel Maltsev <pavelm@google.com> |
Move Vehicle HAL under automotive package Test: all existing tests passing Bug: b/33200203 Change-Id: Id1ff815ae2af9c48ce8612b4cfb5327de13a5a1f
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
0d07c76bbc788fba8c77d8e932330ab22ec6ba27 |
|
04-Nov-2016 |
Pavel Maltsev <pavelm@google.com> |
Migrating Car service to new Vehicle HAL - make car service work directly with Vehicle HAL - getting rid of protobufs and dependencies on VNS - get rid of CarTestManager / CarTestService and refactor tests accordingly - reworked ICarImpl to pass dependencies rather than using singletons for better testing experience Test: existing test should work, although some of the tests (esp. audio) are broken and we will fix them in follow up CLs Bug: b/31971746 Change-Id: I229969af332304ba3b1718f130cdf22038e86fad Tests: tests adjusted to new data structures
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
6745635909d050c57f5a08bfc28580feb0f2cfe0 |
|
03-Oct-2016 |
Keun-young Park <keunyoung@google.com> |
CarInfoManager, put basic info into one Bundle - Put all basic info into a Bundle. - Basic info will be expalnded into adding more info. - Anything too big should not be added there. - additional method for acceesing more sensitive info can be added later. bug: 31867092 Change-Id: I84768863e495d33acfd003ecfe1c9b65ee2fed0e
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
e54ac276796c6535558f8444d882adecd19ce2bd |
|
17-Feb-2016 |
Keun-young Park <keunyoung@google.com> |
add android.car - instead of using binder as compatibility layer, add android.car - apps using android.car should add it to LOCAL_JAVA_LIBRARIES unless doing include packages/services/Car/car-support-lib/car-support.mk - support lib renamed to android.support.car - UI stuffs only exist in android.support.car UI has dependency on androud support library and not added to android.car - permission only uses android.car namespace even for support.car - car-systemtest remains as static library. To use CarTestManager, test app should get CarTestManagerBinderWrapper then create CarTestManager. bug: 27199752 Change-Id: I3522e11e958dade404443fbe2d45f576c827fa7a
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
d32f4e69d861d0adc2ae8f18345143f253d6fcec |
|
21-Sep-2015 |
keunyoung <keunyoung@google.com> |
add VEC2/3/4 for int32/float and add audio handling - internal property is propagated internally, not to HAL. - added skeleton code for audio focus handling. actual implementation will be added later. bug: 23785833 Change-Id: Icb6ad32307e2a4036dbf235538ed0c4e5b06f68d (cherry picked from commit 92362d576b4057b989b96e980c542cc38c3a33e8)
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
fe30ba00aec2fd5936b17439f392a053ec54ec9a |
|
18-Sep-2015 |
keunyoung <keunyoung@google.com> |
migrate car service to use vehicle network service - all jni stuffs gone as HAL is no longer loaded by car service - disabled dispatch limiting in CarSensorService as vehicle network service is already doing it. - needs product config change to start VNS for CarService to work. bug: 24095928 Change-Id: I5d7b2ae7efb24daf23f304db4def0c4f9a519b25 (cherry picked from commit 3f3190ce58955eda2730331c825ebd6433dab42d)
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|
a3b28d81e0c8df531ac704f9e649e38ea90483d2 |
|
25-Aug-2015 |
keunyoung <keunyoung@google.com> |
add CarInfoManager - CarInfoManager replaces ICar.getCarInfo() and ICar.getCarUiInfo() - also remove CarInfo and CarUiInfo. All these information should come from CarInfoManager. - Key declaration uses annotation to declare which data type is expected for the given key. bug: 22701368 Change-Id: Ifc9ab27d146b439a89fd4249fe3317abec6fd21f (cherry picked from commit b8f5acabb4b049021d2be2215cd64ca907522f29)
/packages/services/Car/service/src/com/android/car/hal/InfoHalService.java
|