Home
last modified time | relevance | path

Searched refs:StartScan (Results 1 – 12 of 12) sorted by relevance

/system/bt/service/common/bluetooth/binder/
DIBluetoothLowEnergy.h81 virtual bool StartScan(
134 bool StartScan(
DIBluetoothLowEnergy.cpp115 bool result = StartScan(client_id, *settings, filters); in onTransact()
234 bool BpBluetoothLowEnergy::StartScan( in StartScan() function in ipc::binder::BpBluetoothLowEnergy
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.h53 bool StartScan(
Dbluetooth_low_energy_binder_server.cpp106 bool BluetoothLowEnergyBinderServer::StartScan( in StartScan() function in ipc::binder::BluetoothLowEnergyBinderServer
119 return client->StartScan(settings, filters); in StartScan()
/system/bt/service/test/
Dgatt_client_unittest.cpp186 hal::BluetoothGattInterface::Get()->StartScan(i); in TEST_F()
Dlow_energy_client_unittest.cpp879 EXPECT_FALSE(le_client_->StartScan(settings, filters)); in TEST_F()
888 EXPECT_TRUE(le_client_->StartScan(settings, filters)); in TEST_F()
936 ASSERT_TRUE(le_client_->StartScan(settings, filters)); in TEST_F()
/system/bt/service/
Dlow_energy_client.h104 bool StartScan(const ScanSettings& settings,
Dlow_energy_client.cpp412 bool LowEnergyClient::StartScan(const ScanSettings& settings, in StartScan() function in bluetooth::LowEnergyClient
424 StartScan(client_id_); in StartScan()
/system/bt/service/hal/
Dbluetooth_gatt_interface.h275 bt_status_t StartScan(int client_id);
Dbluetooth_gatt_interface.cpp911 bt_status_t BluetoothGattInterface::StartScan(int client_id) { in StartScan() function in bluetooth::hal::BluetoothGattInterface
/system/connectivity/shill/wifi/
Dwifi_unittest.cc1446 void StartScan(WiFi::ScanMethod method) { in StartScan() function in shill::WiFiMainTest
1757 StartScan(WiFi::kScanMethodFull); in TEST_F()
1813 StartScan(WiFi::kScanMethodProgressive); in TEST_F()
1864 StartScan(WiFi::kScanMethodFull); in TEST_F()
2332 StartScan(WiFi::kScanMethodProgressive); in TEST_F()
2570 StartScan(WiFi::kScanMethodProgressive); in TEST_F()
2607 StartScan(WiFi::kScanMethodProgressive); in TEST_F()
4056 StartScan(WiFi::kScanMethodFull); in TEST_F()
4074 StartScan(WiFi::kScanMethodFull); in TEST_F()
4097 StartScan(WiFi::kScanMethodProgressive); in TEST_F()
[all …]
/system/bt/service/client/
Dmain.cpp684 bool status = ble_iface->StartScan(ble_client_id.load(), settings, filters); in HandleStartLeScan()