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

  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.h 50 void OnCreateService(scoped_refptr<device::BluetoothSocket> socket);
bluetooth_host_pairing_controller.cc 164 base::Bind(&BluetoothHostPairingController::OnCreateService,
170 void BluetoothHostPairingController::OnCreateService(
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 147 virtual void OnCreateService(scoped_refptr<device::BluetoothSocket> socket);
bluetooth_socket_api.cc 312 base::Bind(&BluetoothSocketListenFunction::OnCreateService, this),
317 void BluetoothSocketListenFunction::OnCreateService(

Completed in 1311 milliseconds