Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dwire_protocol.h152 kHandshakeSize, enumerator
Dclient.cc200 int fds[kHandshakeSize]; in CreateAndHandshake()
206 if (sock.Send(kSingleByte, sizeof(kSingleByte), fds, kHandshakeSize) != in CreateAndHandshake()
Dheapprofd_producer.cc844 base::ScopedFile fds[kHandshakeSize]; in OnDataAvailable()
848 static_assert(kHandshakeSize == 2, "change if and else if below."); in OnDataAvailable()