Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp348 bluetooth_handler_.reset(new cuttlefish::webrtc_streaming::BluetoothHandler( in OnBluetoothChannelOpen()
353 bluetooth_handler_->handleMessage(msg, size); in OnBluetoothMessage()
368 bluetooth_handler_; member in cuttlefish::ConnectionObserverImpl
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.h135 std::unique_ptr<BluetoothChannelHandler> bluetooth_handler_; variable
Dclient_handler.cpp817 bluetooth_handler_.reset( in OnDataChannel()