Searched refs:kNumDeviceToHostStreams (Results 1 – 2 of 2) sorted by relevance
48 device_to_host_streams_.reserve(kNumDeviceToHostStreams); in LocalDeviceState()49 for (int i = 0; i < kNumDeviceToHostStreams; ++i) { in LocalDeviceState()
182 static constexpr int kNumDeviceToHostStreams = 4; variable