Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp30 constexpr int32_t kMaxCommandLength = 4096; variable
136 std::vector<char> buffer(kMaxCommandLength); in ReadCommand()