Home
last modified time | relevance | path

Searched defs:sendRaw (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Dadb_jsdomtest.ts27 const sendRaw = jest.fn(); constant
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStore.cpp118 void sendRaw(uint8_t* data, size_t length) { in sendRaw() function in c10d::detail::TCPClient