Searched refs:automotive (Results 1 – 25 of 79) sorted by relevance
1234
/hardware/interfaces/automotive/vehicle/2.0/default/ |
D | Android.bp | 21 "android.hardware.automotive.vehicle@2.0", 38 name: "android.hardware.automotive.vehicle@2.0-manager-lib", 56 name: "android.hardware.automotive.vehicle@2.0-default-impl-lib", 71 whole_static_libs: ["android.hardware.automotive.vehicle@2.0-manager-lib"], 79 "android.hardware.automotive.vehicle@2.0-libproto-native", 84 name: "android.hardware.automotive.vehicle@2.0-manager-unit-tests", 87 whole_static_libs: ["android.hardware.automotive.vehicle@2.0-manager-lib"], 101 name: "android.hardware.automotive.vehicle@2.0-service", 103 init_rc: ["android.hardware.automotive.vehicle@2.0-service.rc"], 113 "android.hardware.automotive.vehicle@2.0-manager-lib", [all …]
|
D | android.hardware.automotive.vehicle@2.0-service.rc | 1 service vendor.vehicle-hal-2.0 /vendor/bin/hw/android.hardware.automotive.vehicle@2.0-service
|
D | VehicleService.cpp | 28 using namespace android::hardware::automotive::vehicle::V2_0;
|
/hardware/interfaces/automotive/evs/1.0/default/ |
D | Android.bp | 2 name: "android.hardware.automotive.evs@1.0-service", 12 init_rc: ["android.hardware.automotive.evs@1.0-service.rc"], 15 "android.hardware.automotive.evs@1.0",
|
D | service.cpp | 36 using android::hardware::automotive::evs::V1_0::IEvsEnumerator; 37 using android::hardware::automotive::evs::V1_0::IEvsDisplay; 40 using namespace android::hardware::automotive::evs::V1_0::implementation;
|
D | android.hardware.automotive.evs@1.0-service.rc | 1 service vendor.evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
|
D | EvsDisplay.h | 25 namespace automotive {
|
D | EvsEnumerator.h | 28 namespace automotive {
|
/hardware/interfaces/automotive/audiocontrol/1.0/default/ |
D | service.cpp | 31 using android::hardware::automotive::audiocontrol::V1_0::IAudioControl; 34 using namespace android::hardware::automotive::audiocontrol::V1_0::implementation;
|
D | Android.bp | 16 name: "android.hardware.automotive.audiocontrol@1.0-service", 24 init_rc: ["android.hardware.automotive.audiocontrol@1.0-service.rc"], 27 "android.hardware.automotive.audiocontrol@1.0",
|
D | android.hardware.automotive.audiocontrol@1.0-service.rc | 1 service vendor.audiocontrol-hal-1.0 /vendor/bin/hw/android.hardware.automotive.audiocontrol@1.0-ser…
|
D | AudioControl.cpp | 9 namespace automotive { namespace
|
D | AudioControl.h | 10 namespace automotive {
|
/hardware/interfaces/ |
D | CleanSpec.mk | 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware.automotive*) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware.automotive*) 61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware.automotive*) 62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.automotive*)
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | Android.bp | 4 name: "android.hardware.automotive.audiocontrol@1.0",
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | Android.bp | 4 name: "android.hardware.automotive.vehicle@2.0",
|
/hardware/interfaces/automotive/evs/1.0/ |
D | Android.bp | 4 name: "android.hardware.automotive.evs@1.0",
|
/hardware/interfaces/automotive/ |
D | README.md | 6 The automotive HAL tree is used by Android Automotive to discover and
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | LinearFakeValueGenerator.h | 24 namespace automotive {
|
D | PipeComm.h | 26 namespace automotive {
|
D | FakeValueGenerator.h | 24 namespace automotive {
|
D | CommConn.h | 29 namespace automotive {
|
D | JsonFakeValueGenerator.h | 29 namespace automotive {
|
D | CommConn.cpp | 28 namespace automotive { namespace
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehiclePropConfigIndex.h | 26 namespace automotive {
|
1234