HomeSort by relevance Sort by last modified time
    Searched refs:ProtoDecoder (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/pairing/
proto_decoder.cc 24 ProtoDecoder::ProtoDecoder(Observer* observer)
31 ProtoDecoder::~ProtoDecoder() {}
33 bool ProtoDecoder::DecodeIOBuffer(int size,
34 ProtoDecoder::IOBufferRefPtr io_buffer) {
121 ProtoDecoder::IOBufferRefPtr ProtoDecoder::SendHostStatus(
131 ProtoDecoder::IOBufferRefPtr ProtoDecoder::SendConfigureHost
    [all...]
proto_decoder.h 30 // A ProtoDecoder collects data from a series of IOBuffers and decodes Proto
33 class ProtoDecoder {
58 explicit ProtoDecoder(Observer* observer);
59 ~ProtoDecoder();
86 DISALLOW_COPY_AND_ASSIGN(ProtoDecoder);
bluetooth_controller_pairing_controller.h 28 public ProtoDecoder::Observer,
80 // ProtoDecoder::Observer:
120 scoped_ptr<ProtoDecoder> proto_decoder_;
bluetooth_host_pairing_controller.h 31 public ProtoDecoder::Observer,
75 // ProtoDecoder::Observer:
112 scoped_ptr<ProtoDecoder> proto_decoder_;
bluetooth_host_pairing_controller.cc 26 proto_decoder_(new ProtoDecoder(this)),
65 ProtoDecoder::SendHostStatus(host_status, &size));
87 ProtoDecoder::SendError(error, &size));
bluetooth_controller_pairing_controller.cc 27 proto_decoder_(new ProtoDecoder(this)),
332 ProtoDecoder::SendConfigureHost(host_config, &size));
348 ProtoDecoder::SendPairDevices(pair_devices, &size));
359 // ProtoDecoder::Observer:
372 ProtoDecoder::SendCompleteSetup(complete_setup, &size));

Completed in 364 milliseconds