Searched refs:GetAhdlc (Results 1 – 2 of 2) sorted by relevance
128 int GetAhdlc(raw_message* msg, std::chrono::microseconds timeout);
287 int TestHarness::GetAhdlc(raw_message* msg, microseconds timeout) { in GetAhdlc() function in test_harness::TestHarness401 return FLAGS_util_use_ahdlc ? GetAhdlc(msg, timeout) : GetSpi(msg, timeout); in GetData()552 if (GetAhdlc(&msg, 4096 * BYTE_TIME) == NO_ERROR && in SwitchFromProtoApiToConsole()