/hardware/interfaces/automotive/can/aidl/aidl_api/android.hardware.automotive.can/1/android/hardware/automotive/can/ |
D | ICanController.aidl | 37 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/ |
D | ICanController.aidl | 37 android.hardware.automotive.can.InterfaceType[] getSupportedInterfaceTypes(); in getSupportedInterfaceTypes() method
|
/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/ |
D | ICanController.aidl | 38 InterfaceType[] getSupportedInterfaceTypes(); in getSupportedInterfaceTypes() method
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanController.h | 26 Return<void> getSupportedInterfaceTypes(getSupportedInterfaceTypes_cb _hidl_cb) override;
|
D | CanController.cpp | 59 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/ |
D | CanController.h | 32 ndk::ScopedAStatus getSupportedInterfaceTypes(
|
D | CanController.cpp | 228 ndk::ScopedAStatus CanController::getSupportedInterfaceTypes( in getSupportedInterfaceTypes() function in aidl::android::hardware::automotive::can::CanController
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanControllerV1_0TargetTest.cpp | 68 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()
|
D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 174 mCanController->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).assertOk(); in SetUp()
|
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/ |
D | AutomotiveCanV1_0Fuzzer.cpp | 45 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()
|
D | AutomotiveCanV1_0Fuzzer.h | 117 void getSupportedInterfaceTypes();
|
/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/ |
D | libcanhaltools.cpp | 44 if (!ctrl->getSupportedInterfaceTypes(hidl_utils::fill(&supported)).isOk()) return false; in isSupported()
|
/hardware/interfaces/automotive/can/aidl/vts/functional/ |
D | CanControllerAidlTest.cpp | 87 auto aidlStatus = mCanControllerService->getSupportedInterfaceTypes(&supportedTypes); in TEST_P()
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanController.hal | 105 * getSupportedInterfaceTypes(). 174 getSupportedInterfaceTypes() generates (vec<InterfaceType> iftypes);
|