HomeSort by relevance Sort by last modified time
    Searched refs:GetAhdlc (Results 1 - 2 of 2) sorted by null

  /external/nos/test/system-test-harness/src/
util.h 128 int GetAhdlc(raw_message* msg, std::chrono::microseconds timeout);
util.cc 287 int TestHarness::GetAhdlc(raw_message* msg, microseconds timeout) {
401 return FLAGS_util_use_ahdlc ? GetAhdlc(msg, timeout) : GetSpi(msg, timeout);
552 if (GetAhdlc(&msg, 4096 * BYTE_TIME) == NO_ERROR &&

Completed in 52 milliseconds