/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_mock.h | 38 MOCK_METHOD(void, OnBatchScanReports, (int, int, int, int, std::vector<uint8_t>));
|
D | le_scanning_callback.h | 74 virtual void OnBatchScanReports(
|
D | le_scanning_manager.cc | 103 void OnBatchScanReports( in OnBatchScanReports() function in bluetooth::hci::NullScanningCallback 1262 scanning_callbacks_->OnBatchScanReports(scanner_id, status, 0, 0, {}); in batch_scan_read_results() 1269 scanning_callbacks_->OnBatchScanReports(scanner_id, status, 0, 0, {}); in batch_scan_read_results() 1616 scanning_callbacks_->OnBatchScanReports( in on_batch_scan_read_result_complete()
|
D | le_scanning_manager_test.cc | 269 OnBatchScanReports, 687 EXPECT_CALL(mock_callbacks_, OnBatchScanReports); in TEST_F()
|
D | le_periodic_sync_manager_test.cc | 196 OnBatchScanReports,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 55 void OnBatchScanReports(
|
D | gatt_ble_scanner_shim.cc | 191 void BleScannerIntf::OnBatchScanReports( in OnBatchScanReports() function in bluetooth::topshim::rust::BleScannerIntf
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 97 virtual void OnBatchScanReports(int client_if, int status, int report_format,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 155 void OnBatchScanReports( in OnBatchScanReports() function in bluetooth::hci::facade::LeScanningManagerFacadeService
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 117 void OnBatchScanReports(int client_if, int status, int report_format,
|
D | le_scanning_manager.cc | 89 void OnBatchScanReports(int /* client_if */, int /* status */, in OnBatchScanReports() function in __anona71acf710111::DefaultScanningCallback 589 void BleScannerInterfaceImpl::OnBatchScanReports(int client_if, int status, in OnBatchScanReports() function in BleScannerInterfaceImpl 593 do_in_jni_thread(base::BindOnce(&ScanningCallbacks::OnBatchScanReports, in OnBatchScanReports()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 595 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in TestScanningCallbacks
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 896 OnBatchScanReports(i32, i32, i32, i32, Vec<u8>), enumerator 940 gdscan_on_batch_scan_reports -> GattScannerCallbacks::OnBatchScanReports,
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1084 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in android::JniScanningCallbacks
|