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

  /external/nos/test/system-test-harness/src/
util.h 135 int GetSpi(raw_message* msg, std::chrono::microseconds timeout);
util.cc 371 int TestHarness::GetSpi(raw_message* msg, microseconds timeout) {
399 return GetSpi(msg, timeout);
401 return FLAGS_util_use_ahdlc ? GetAhdlc(msg, timeout) : GetSpi(msg, timeout);

Completed in 68 milliseconds