/packages/modules/Bluetooth/system/gd/hci/ |
D | le_periodic_sync_manager_test.cc | 208 …MOCK_METHOD(void, OnPeriodicSyncStarted, (int, uint8_t, uint16_t, uint8_t, AddressWithType, uint8_… 278 EXPECT_CALL(mock_callbacks_, OnPeriodicSyncStarted); in TEST_F() 320 EXPECT_CALL(mock_callbacks_, OnPeriodicSyncStarted); in TEST_F() 363 EXPECT_CALL(mock_callbacks_, OnPeriodicSyncStarted); in TEST_F() 520 EXPECT_CALL(mock_callbacks_, OnPeriodicSyncStarted); in TEST_F() 582 OnPeriodicSyncStarted( in TEST_F_WITH_FLAGS() 621 OnPeriodicSyncStarted(request_id_2, static_cast<uint8_t>(ErrorCode::SUCCESS), _, _, _, _, _)) in TEST_F_WITH_FLAGS() 671 OnPeriodicSyncStarted( in TEST_F_WITH_FLAGS() 703 OnPeriodicSyncStarted( in TEST_F_WITH_FLAGS() 758 OnPeriodicSyncStarted( in TEST_F_WITH_FLAGS() [all …]
|
D | le_periodic_sync_manager.h | 101 callbacks_->OnPeriodicSyncStarted( in StartSync() 233 callbacks_->OnPeriodicSyncStarted( in HandlePeriodicAdvertisingCreateSyncStatus() 347 callbacks_->OnPeriodicSyncStarted( in HandleLePeriodicAdvertisingSyncEstablished() 434 callbacks_->OnPeriodicSyncStarted( in HandleLePeriodicAdvertisingSyncTransferReceived() 459 callbacks_->OnPeriodicSyncStarted( in OnStartSyncTimeout()
|
D | le_scanning_manager_mock.h | 44 …MOCK_METHOD(void, OnPeriodicSyncStarted, (int, uint8_t, uint16_t, uint8_t, AddressWithType, uint8_…
|
D | le_scanning_callback.h | 82 virtual void OnPeriodicSyncStarted(
|
D | le_scanning_manager.cc | 131 void OnPeriodicSyncStarted( in OnPeriodicSyncStarted() function in bluetooth::hci::NullScanningCallback 1288 … scanning_callbacks_->OnPeriodicSyncStarted(request_id, status, -1, sid, address_with_type, 0, 0); in start_sync() 1364 scanning_callbacks_->OnPeriodicSyncStarted(reg_id, status, -1, -1, address_with_type, 0, 0); in sync_tx_parameters()
|
D | le_scanning_manager_test.cc | 281 …MOCK_METHOD(void, OnPeriodicSyncStarted, (int, uint8_t, uint16_t, uint8_t, AddressWithType, uint8_…
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.h | 60 void OnPeriodicSyncStarted(
|
D | gatt_ble_scanner_shim.cc | 387 void BleScannerIntf::OnPeriodicSyncStarted( in OnPeriodicSyncStarted() function in bluetooth::topshim::rust::BleScannerIntf
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 101 virtual void OnPeriodicSyncStarted(int reg_id, uint8_t status,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 172 void OnPeriodicSyncStarted( in OnPeriodicSyncStarted() function in bluetooth::hci::facade::LeScanningManagerFacadeService
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 129 void OnPeriodicSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle,
|
D | le_scanning_manager.cc | 97 void OnPeriodicSyncStarted(int /* reg_id */, uint8_t /* status */, in OnPeriodicSyncStarted() function in __anona71acf710111::DefaultScanningCallback 605 void BleScannerInterfaceImpl::OnPeriodicSyncStarted( in OnPeriodicSyncStarted() function in BleScannerInterfaceImpl 616 do_in_jni_thread(base::BindOnce(&ScanningCallbacks::OnPeriodicSyncStarted, in OnPeriodicSyncStarted()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 599 void OnPeriodicSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in OnPeriodicSyncStarted() function in TestScanningCallbacks
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1107 void OnPeriodicSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in OnPeriodicSyncStarted() function in android::JniScanningCallbacks
|