Home
last modified time | relevance | path

Searched refs:getSupportedInterfaceTypes (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp42 hidl_vec<InterfaceType> getSupportedInterfaceTypes();
77 hidl_vec<InterfaceType> CanControllerHalTest::getSupportedInterfaceTypes() { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest
79 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&iftypesResult)).assertOk(); in getSupportedInterfaceTypes()
84 const auto supported = getSupportedInterfaceTypes(); in isSupported()
131 const auto supported = getSupportedInterfaceTypes(); in TEST_P()
DVtsHalCanBusVirtualV1_0TargetTest.cpp174 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).assertOk(); in SetUp()
/hardware/interfaces/automotive/can/1.0/default/
DCanController.h26 Return<void> getSupportedInterfaceTypes(getSupportedInterfaceTypes_cb _hidl_cb) override;
DCanController.cpp59 Return<void> CanController::getSupportedInterfaceTypes(getSupportedInterfaceTypes_cb _hidl_cb) { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::implementation::CanController
/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/
Dlibcanhaltools.cpp44 if (!ctrl->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).isOk()) return false; in isSupported()
/hardware/interfaces/automotive/can/1.0/
DICanController.hal105 * getSupportedInterfaceTypes().
174 getSupportedInterfaceTypes() generates (vec<InterfaceType> iftypes);