Home
last modified time | relevance | path

Searched refs:GetAhdlc (Results 1 – 2 of 2) sorted by relevance

/external/nos/test/system-test-harness/src/
Dutil.h128 int GetAhdlc(raw_message* msg, std::chrono::microseconds timeout);
Dutil.cc287 int TestHarness::GetAhdlc(raw_message* msg, microseconds timeout) { in GetAhdlc() function in test_harness::TestHarness
401 return FLAGS_util_use_ahdlc ? GetAhdlc(msg, timeout) : GetSpi(msg, timeout); in GetData()
552 if (GetAhdlc(&msg, 4096 * BYTE_TIME) == NO_ERROR && in SwitchFromProtoApiToConsole()