Searched refs:BluetoothLeScannerBinderServer (Results 1 – 3 of 3) sorted by relevance
34 BluetoothLeScannerBinderServer::BluetoothLeScannerBinderServer( in BluetoothLeScannerBinderServer() function in ipc::binder::BluetoothLeScannerBinderServer40 BluetoothLeScannerBinderServer::~BluetoothLeScannerBinderServer() {} in ~BluetoothLeScannerBinderServer()42 Status BluetoothLeScannerBinderServer::RegisterScanner( in RegisterScanner()53 Status BluetoothLeScannerBinderServer::UnregisterScanner(int scanner_id) { in UnregisterScanner()59 Status BluetoothLeScannerBinderServer::UnregisterAll() { in UnregisterAll()65 Status BluetoothLeScannerBinderServer::StartScan( in StartScan()88 Status BluetoothLeScannerBinderServer::StopScan(int scanner_id, in StopScan()104 void BluetoothLeScannerBinderServer::OnScanResult( in OnScanResult()120 BluetoothLeScannerBinderServer::GetLECallback(int scanner_id) { in GetLECallback()127 BluetoothLeScannerBinderServer::GetLEScanner(int scanner_id) { in GetLEScanner()[all …]
44 class BluetoothLeScannerBinderServer49 explicit BluetoothLeScannerBinderServer(bluetooth::Adapter* adapter);50 ~BluetoothLeScannerBinderServer() override;83 DISALLOW_COPY_AND_ASSIGN(BluetoothLeScannerBinderServer);
287 le_scanner_interface_ = new BluetoothLeScannerBinderServer(adapter_); in GetLeScannerInterface()