Searched refs:mVhalClient (Results 1 – 2 of 2) sorted by relevance
167 mVhalClient = IVhalClient::tryCreateAidlClient(descriptor.name.c_str()); in SetUp()169 mVhalClient = IVhalClient::tryCreateHidlClient(descriptor.name.c_str()); in SetUp()172 ASSERT_NE(mVhalClient, nullptr) << "Failed to connect to VHAL"; in SetUp()184 std::shared_ptr<IVhalClient> mVhalClient; member in VtsHalAutomotiveVehicleTargetTest189 if (!mVhalClient->isAidlVhal()) { in TEST_P()195 if (mVhalClient->isAidlVhal()) { in TEST_P()204 auto result = mVhalClient->getAllPropConfigs(); in TEST_P()217 auto result = mVhalClient->getAllPropConfigs(); in TEST_P()225 result = mVhalClient->getPropConfigs(properties); in TEST_P()237 auto result = mVhalClient->getPropConfigs({kInvalidProp}); in TEST_P()[all …]
411 mVhalClient = IVehicle::fromBinder(mVhal->asBinder()); in init()557 std::shared_ptr<IVehicle> mVhalClient; member in android::hardware::automotive::vehicle::DefaultVehicleHalTest