Home
last modified time | relevance | path

Searched refs:vhal (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
Dfuzzer.cpp29 std::shared_ptr<DefaultVehicleHal> vhal = in LLVMFuzzerTestOneInput() local
32 fuzzService(vhal->asBinder().get(), FuzzedDataProvider(data, size)); in LLVMFuzzerTestOneInput()
DVehicleService.cpp38 std::shared_ptr<DefaultVehicleHal> vhal = in main() local
43 vhal->asBinder().get(), "android.hardware.automotive.vehicle.IVehicle/default"); in main()
DDefaultVehicleHal.cpp246 OnBinderDiedContext{.vhal = this, .clientId = clientId}); in monitorBinderLifeCycleLocked()
269 context->vhal->mBinderEvents.push( in onBinderDied()
285 context->vhal->mBinderEvents.push( in onBinderUnlinked()
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/
DAndroid.bp24 vintf_fragments: ["vhal-rust-service.xml"],
25 init_rc: ["vhal-rust-service.rc"],
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/
DAndroid.bp30 vintf_fragments: ["vhal-default-service.xml"],
31 init_rc: ["vhal-default-service.rc"],
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp40 using ::android::frameworks::automotive::vhal::AidlHalPropValue;
41 using ::android::frameworks::automotive::vhal::IHalPropConfig;
42 using ::android::frameworks::automotive::vhal::IHalPropValue;
43 using ::android::frameworks::automotive::vhal::ISubscriptionCallback;
44 using ::android::frameworks::automotive::vhal::ISubscriptionClient;
45 using ::android::frameworks::automotive::vhal::IVhalClient;
46 using ::android::frameworks::automotive::vhal::VhalClientResult;
154 class FakeVhalClient final : public android::frameworks::automotive::vhal::IVhalClient {
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp60 using ::android::frameworks::automotive::vhal::ErrorCode;
61 using ::android::frameworks::automotive::vhal::HalPropError;
62 using ::android::frameworks::automotive::vhal::IHalAreaConfig;
63 using ::android::frameworks::automotive::vhal::IHalPropConfig;
64 using ::android::frameworks::automotive::vhal::IHalPropValue;
65 using ::android::frameworks::automotive::vhal::ISubscriptionCallback;
66 using ::android::frameworks::automotive::vhal::IVhalClient;
67 using ::android::frameworks::automotive::vhal::SubscribeOptionsBuilder;
68 using ::android::frameworks::automotive::vhal::VhalClientResult;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp577 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware)); in TEST_F() local
578 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
598 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware)); in TEST_F() local
599 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
626 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware), in TEST_F() local
628 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
653 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware)); in TEST_F() local
654 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
675 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware)); in TEST_F() local
676 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
/hardware/interfaces/automotive/vehicle/proto/
DAndroid.bp49 name: "vhal-proto-src",
/hardware/interfaces/automotive/vehicle/aidl/impl/
DREADME.md42 ## vhal section in AIDL VHAL libraries and reference implementation.
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h107 DefaultVehicleHal* vhal; member
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp51 using ::android::frameworks::automotive::vhal::IVhalClient;
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2653 * Allow disabling optional featurs from vhal.