Searched defs:ProtoDecoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/pairing/
H A Dproto_decoder.cc24 ProtoDecoder::ProtoDecoder(Observer* observer) function in class:pairing_chromeos::ProtoDecoder
31 ProtoDecoder::~ProtoDecoder() {}
33 bool ProtoDecoder::DecodeIOBuffer(int size,
34 ProtoDecoder::IOBufferRefPtr io_buffer) {
121 ProtoDecoder::IOBufferRefPtr ProtoDecoder::SendHostStatus(
131 ProtoDecoder::IOBufferRefPtr ProtoDecoder
[all...]
H A Dproto_decoder.h30 // A ProtoDecoder collects data from a series of IOBuffers and decodes Proto
33 class ProtoDecoder { class in namespace:pairing_chromeos
58 explicit ProtoDecoder(Observer* observer);
59 ~ProtoDecoder();
86 DISALLOW_COPY_AND_ASSIGN(ProtoDecoder);

Completed in 78 milliseconds