Searched refs:mCanController (Results 1 – 2 of 2) sorted by relevance
49 sp<ICanController> mCanController; member in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest62 mCanController = ICanController::getService(GetParam()); in SetUp()63 ASSERT_TRUE(mCanController) << "Couldn't open CAN Controller: " << GetParam(); in SetUp()67 mCanController.clear(); in TearDown()79 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&iftypesResult)).assertOk(); in getSupportedInterfaceTypes()108 const auto upresult = mCanController->upInterface(config); in up()142 const auto dnresult = mCanController->downInterface(name); in TEST_P()149 const auto result = mCanController->downInterface("imnotup"); in TEST_P()164 const auto result = mCanController->downInterface(name); in TEST_P()215 const auto upresult = mCanController->upInterface(config); in TEST_P()[all …]
148 sp<ICanController> mCanController = nullptr; member in android::hardware::automotive::can::V1_0::vts::CanBusVirtualHalTest170 mCanController = ICanController::getService(GetParam()); in SetUp()171 ASSERT_TRUE(mCanController) << "Couldn't open CAN Controller: " << GetParam(); in SetUp()174 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).assertOk(); in SetUp()179 mCanController.clear(); in TearDown()197 return Bus(mCanController, config); in makeBus()