Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_mock.h38 MOCK_METHOD(void, OnBatchScanReports, (int, int, int, int, std::vector<uint8_t>));
Dle_scanning_callback.h74 virtual void OnBatchScanReports(
Dle_scanning_manager.cc103 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()
Dle_scanning_manager_test.cc269 OnBatchScanReports,
687 EXPECT_CALL(mock_callbacks_, OnBatchScanReports); in TEST_F()
Dle_periodic_sync_manager_test.cc196 OnBatchScanReports,
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h55 void OnBatchScanReports(
Dgatt_ble_scanner_shim.cc191 void BleScannerIntf::OnBatchScanReports( in OnBatchScanReports() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h97 virtual void OnBatchScanReports(int client_if, int status, int report_format,
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc155 void OnBatchScanReports( in OnBatchScanReports() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h117 void OnBatchScanReports(int client_if, int status, int report_format,
Dle_scanning_manager.cc89 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/
Dmain_shim_test.cc595 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in TestScanningCallbacks
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs896 OnBatchScanReports(i32, i32, i32, i32, Vec<u8>), enumerator
940 gdscan_on_batch_scan_reports -> GattScannerCallbacks::OnBatchScanReports,
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1084 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in android::JniScanningCallbacks