/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_test.cc | 250 OnScanResult, 382 EXPECT_CALL(mock_callbacks_, OnScanResult); in TEST_F() 412 EXPECT_CALL(mock_callbacks_, OnScanResult(extended_event_type, _, _, _, _, _, _, _, _, _)); in TEST_F() 438 EXPECT_CALL(mock_callbacks_, OnScanResult(extended_event_type, _, _, _, _, _, _, _, _, _)); in TEST_F() 499 EXPECT_CALL(mock_callbacks_, OnScanResult); in TEST_F() 785 EXPECT_CALL(mock_callbacks_, OnScanResult); in TEST_F() 933 EXPECT_CALL(mock_callbacks_, OnScanResult(_, _, _, _, _, _, _, _, _, result)); in TEST_F()
|
D | le_scanning_manager_mock.h | 35 OnScanResult,
|
D | le_scanning_callback.h | 62 virtual void OnScanResult(
|
D | le_scanning_manager.cc | 86 void OnScanResult( in OnScanResult() function in bluetooth::hci::NullScanningCallback 485 scanning_callbacks_->OnScanResult( in process_advertising_package_content()
|
D | le_periodic_sync_manager_test.cc | 177 OnScanResult,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 41 void OnScanResult(
|
D | gatt_ble_scanner_shim.cc | 142 void BleScannerIntf::OnScanResult( in OnScanResult() function in bluetooth::topshim::rust::BleScannerIntf
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 89 virtual void OnScanResult(uint16_t event_type, uint8_t addr_type,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 127 void OnScanResult( in OnScanResult() function in bluetooth::hci::facade::LeScanningManagerFacadeService
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 109 void OnScanResult(uint16_t event_type, uint8_t address_type,
|
D | le_scanning_manager.cc | 77 void OnScanResult(uint16_t /* event_type */, uint8_t /* address_type */, in OnScanResult() function in __anona71acf710111::DefaultScanningCallback 518 void BleScannerInterfaceImpl::OnScanResult( in OnScanResult() function in BleScannerInterfaceImpl 536 &ScanningCallbacks::OnScanResult, base::Unretained(scanning_callbacks_), in OnScanResult()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 588 void OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress bda, in OnScanResult() function in TestScanningCallbacks 638 ble->OnScanResult(event_type, address_type, address, primary_phy, in TEST_F()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | scanner_client.py | 207 def OnScanResult(self, scan_result): member in FlossScannerClient.ExportedScannerCallbacks
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 894 OnScanResult(u16, u8, RawAddress, u8, u8, u8, i8, i8, u16, Vec<u8>), enumerator 922 gdscan_on_scan_result -> GattScannerCallbacks::OnScanResult,
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1011 void OnScanResult(uint16_t event_type, uint8_t addr_type, RawAddress bda, in OnScanResult() function in android::JniScanningCallbacks
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 3732 #[btif_callback(OnScanResult)]
|