Home
last modified time | relevance | path

Searched refs:listenForErrors (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusV1_0TargetTest.cpp51 sp<ICloseHandle> listenForErrors(const sp<ICanErrorListener>& listener);
112 sp<ICloseHandle> CanBusHalTest::listenForErrors(const sp<ICanErrorListener>& listener) { in listenForErrors() function in android::hardware::automotive::can::V1_0::vts::CanBusHalTest
113 const auto res = mCanBus->listenForErrors(listener); in listenForErrors()
191 auto closeHandle = listenForErrors(new CanErrorListener()); in TEST_P()
199 auto closeHandle = listenForErrors(nullptr); in TEST_P()
207 auto closeHandle = listenForErrors(new CanErrorListener()); in TEST_P()
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.h40 Return<sp<ICloseHandle>> listenForErrors(const sp<ICanErrorListener>& listener) override;
DCanBus.cpp175 Return<sp<ICloseHandle>> CanBus::listenForErrors(const sp<ICanErrorListener>& listener) { in listenForErrors() function in android::hardware::automotive::can::V1_0::implementation::CanBus
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal71 listenForErrors(ICanErrorListener listener) generates (ICloseHandle close);