Searched refs:vhal (Results 1 – 13 of 13) sorted by relevance
29 std::shared_ptr<DefaultVehicleHal> vhal = in LLVMFuzzerTestOneInput() local32 fuzzService(vhal->asBinder().get(), FuzzedDataProvider(data, size)); in LLVMFuzzerTestOneInput()
38 std::shared_ptr<DefaultVehicleHal> vhal = in main() local43 vhal->asBinder().get(), "android.hardware.automotive.vehicle.IVehicle/default"); in main()
246 OnBinderDiedContext{.vhal = this, .clientId = clientId}); in monitorBinderLifeCycleLocked()269 context->vhal->mBinderEvents.push( in onBinderDied()285 context->vhal->mBinderEvents.push( in onBinderUnlinked()
24 vintf_fragments: ["vhal-rust-service.xml"],25 init_rc: ["vhal-rust-service.rc"],
30 vintf_fragments: ["vhal-default-service.xml"],31 init_rc: ["vhal-default-service.rc"],
40 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 {
60 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;
577 auto vhal = ndk::SharedRefBase::make<DefaultVehicleHal>(std::move(hardware)); in TEST_F() local578 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() local599 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() local628 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() local654 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() local676 std::shared_ptr<IVehicle> client = IVehicle::fromBinder(vhal->asBinder()); in TEST_F()
49 name: "vhal-proto-src",
42 ## vhal section in AIDL VHAL libraries and reference implementation.
107 DefaultVehicleHal* vhal; member
51 using ::android::frameworks::automotive::vhal::IVhalClient;
2653 * Allow disabling optional featurs from vhal.