Home
last modified time | relevance | path

Searched refs:OnBatchScanThresholdCrossed (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_mock.h39 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int));
Dle_scanning_callback.h76 virtual void OnBatchScanThresholdCrossed(int client_if) = 0;
Dle_scanning_manager.cc111 void OnBatchScanThresholdCrossed(int /* client_if */) override { in OnBatchScanThresholdCrossed() function in bluetooth::hci::NullScanningCallback
1633 … scanning_callbacks_->OnBatchScanThresholdCrossed(static_cast<int>(batch_scan_config_.ref_value)); in on_storage_threshold_breach()
Dle_periodic_sync_manager_test.cc199 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int client_if), (override));
Dle_scanning_manager_test.cc272 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int client_if), (override));
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h58 void OnBatchScanThresholdCrossed(int client_if) override;
Dgatt_ble_scanner_shim.cc196 void BleScannerIntf::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h100 virtual void OnBatchScanThresholdCrossed(int client_if) = 0;
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc161 void OnBatchScanThresholdCrossed(int /* client_if */){}; in OnBatchScanThresholdCrossed() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h119 void OnBatchScanThresholdCrossed(int client_if) override;
Dle_scanning_manager.cc94 void OnBatchScanThresholdCrossed(int /* client_if */) override { in OnBatchScanThresholdCrossed() function in __anona71acf710111::DefaultScanningCallback
599 void BleScannerInterfaceImpl::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() function in BleScannerInterfaceImpl
601 base::BindOnce(&ScanningCallbacks::OnBatchScanThresholdCrossed, in OnBatchScanThresholdCrossed()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc598 void OnBatchScanThresholdCrossed(int client_if) override {} in OnBatchScanThresholdCrossed() function in TestScanningCallbacks
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs897 OnBatchScanThresholdCrossed(i32), enumerator
947 … gdscan_on_batch_scan_threshold_crossed -> GattScannerCallbacks::OnBatchScanThresholdCrossed, i32);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1099 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() function in android::JniScanningCallbacks