Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/1/android/hardware/automotive/can/
DICanController.aidl37 android.hardware.automotive.can.InterfaceType[] getSupportedInterfaceTypes(); in getSupportedInterfaceTypes() method
/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/current/android/hardware/automotive/can/
DICanController.aidl37 android.hardware.automotive.can.InterfaceType[] getSupportedInterfaceTypes(); in getSupportedInterfaceTypes() method
/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/
DICanController.aidl38 InterfaceType[] getSupportedInterfaceTypes(); in getSupportedInterfaceTypes() method
/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/aidl/default/
DCanController.h32 ndk::ScopedAStatus getSupportedInterfaceTypes(
DCanController.cpp228 ndk::ScopedAStatus CanController::getSupportedInterfaceTypes( in getSupportedInterfaceTypes() function in aidl::android::hardware::automotive::can::CanController
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp68 hidl_vec<InterfaceType> getSupportedInterfaceTypes();
104 hidl_vec<InterfaceType> CanControllerHalTest::getSupportedInterfaceTypes() { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest
106 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&iftypesResult)).assertOk(); in getSupportedInterfaceTypes()
111 const auto supported = getSupportedInterfaceTypes(); in isSupported()
175 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/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp45 void CanFuzzer::getSupportedInterfaceTypes() { in getSupportedInterfaceTypes() function in android::hardware::automotive::can::V1_0::implementation::fuzzer::CanFuzzer
47 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&iftypesResult)); in getSupportedInterfaceTypes()
198 [&]() { getSupportedInterfaceTypes(); }, in process()
DAutomotiveCanV1_0Fuzzer.h117 void getSupportedInterfaceTypes();
/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/aidl/vts/functional/
DCanControllerAidlTest.cpp87 auto aidlStatus = mCanControllerService->getSupportedInterfaceTypes(&supportedTypes); in TEST_P()
/hardware/interfaces/automotive/can/1.0/
DICanController.hal105 * getSupportedInterfaceTypes().
174 getSupportedInterfaceTypes() generates (vec<InterfaceType> iftypes);