Home
last modified time | relevance | path

Searched refs:proto_decoder_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.cc26 proto_decoder_(new ProtoDecoder(this)), in BluetoothHostPairingController()
229 proto_decoder_->DecodeIOBuffer(bytes, io_buffer); in OnReceiveComplete()
Dbluetooth_controller_pairing_controller.cc27 proto_decoder_(new ProtoDecoder(this)), in BluetoothControllerPairingController()
177 proto_decoder_->DecodeIOBuffer(bytes, io_buffer); in OnReceiveComplete()
Dbluetooth_host_pairing_controller.h112 scoped_ptr<ProtoDecoder> proto_decoder_; variable
Dbluetooth_controller_pairing_controller.h120 scoped_ptr<ProtoDecoder> proto_decoder_; variable