/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_mock.h | 39 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int));
|
D | le_scanning_callback.h | 76 virtual void OnBatchScanThresholdCrossed(int client_if) = 0;
|
D | le_scanning_manager.cc | 111 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()
|
D | le_periodic_sync_manager_test.cc | 199 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int client_if), (override));
|
D | le_scanning_manager_test.cc | 272 MOCK_METHOD(void, OnBatchScanThresholdCrossed, (int client_if), (override));
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 58 void OnBatchScanThresholdCrossed(int client_if) override;
|
D | gatt_ble_scanner_shim.cc | 196 void BleScannerIntf::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() function in bluetooth::topshim::rust::BleScannerIntf
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 100 virtual void OnBatchScanThresholdCrossed(int client_if) = 0;
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 161 void OnBatchScanThresholdCrossed(int /* client_if */){}; in OnBatchScanThresholdCrossed() function in bluetooth::hci::facade::LeScanningManagerFacadeService
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 119 void OnBatchScanThresholdCrossed(int client_if) override;
|
D | le_scanning_manager.cc | 94 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/ |
D | main_shim_test.cc | 598 void OnBatchScanThresholdCrossed(int client_if) override {} in OnBatchScanThresholdCrossed() function in TestScanningCallbacks
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 897 OnBatchScanThresholdCrossed(i32), enumerator 947 … gdscan_on_batch_scan_threshold_crossed -> GattScannerCallbacks::OnBatchScanThresholdCrossed, i32);
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1099 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() function in android::JniScanningCallbacks
|