Searched refs:getSupportedInterfaceTypes (Results 1 – 6 of 6) sorted by relevance
42 hidl_vec<InterfaceType> getSupportedInterfaceTypes();77 hidl_vec<InterfaceType> CanControllerHalTest::getSupportedInterfaceTypes() { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest79 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&iftypesResult)).assertOk(); in getSupportedInterfaceTypes()84 const auto supported = getSupportedInterfaceTypes(); in isSupported()131 const auto supported = getSupportedInterfaceTypes(); in TEST_P()
174 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).assertOk(); in SetUp()
26 Return<void> getSupportedInterfaceTypes(getSupportedInterfaceTypes_cb _hidl_cb) override;
59 Return<void> CanController::getSupportedInterfaceTypes(getSupportedInterfaceTypes_cb _hidl_cb) { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::implementation::CanController
44 if (!ctrl->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).isOk()) return false; in isSupported()
105 * getSupportedInterfaceTypes().174 getSupportedInterfaceTypes() generates (vec<InterfaceType> iftypes);