/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.h | 42 virtual void SetupIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 48 virtual void RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir, 82 (uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 89 (uint16_t iso_handle, uint8_t data_path_dir,
|
D | mock_hcic_layer.cc | 55 void btsnd_hcic_setup_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_setup_iso_data_path() argument 60 hcic_interface->SetupIsoDataPath(iso_handle, data_path_dir, data_path_id, codec_id_format, in btsnd_hcic_setup_iso_data_path() 65 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 67 hcic_interface->RemoveIsoDataPath(iso_handle, data_path_dir, std::move(cb)); in btsnd_hcic_remove_iso_data_path()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 286 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 289 test::mock::stack_hcic_hciblecmds::btsnd_hcic_remove_iso_data_path(iso_handle, data_path_dir, in btsnd_hcic_remove_iso_data_path() 306 void btsnd_hcic_setup_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_setup_iso_data_path() argument 313 iso_handle, data_path_dir, data_path_id, codec_id_format, codec_id_company, in btsnd_hcic_setup_iso_data_path()
|
D | mock_stack_btm_iso.cc | 99 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 103 pimpl_->RemoveIsoDataPath(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
D | mock_stack_hcic_hciblecmds.h | 536 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 538 body(iso_handle, data_path_dir, std::move(cb)); in operator() 588 void operator()(uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in operator() 592 body(iso_handle, data_path_dir, data_path_id, codec_id_format, codec_id_company, in operator()
|
D | mock_stack_btm_iso.h | 51 MOCK_METHOD((void), RemoveIsoDataPath, (uint16_t iso_handle, uint8_t data_path_dir));
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 347 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, 1691 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn; in TEST_F() 1698 path_params.data_path_dir = (bluetooth::hci::iso_manager::kIsoDataPathDirectionIn + handle) % 2; in TEST_F() 1704 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() 1773 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn; in TEST_F() 1794 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() 1838 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F() 1871 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F() 1879 IsoManager::GetInstance()->RemoveIsoDataPath(handle, path_params.data_path_dir); in TEST_F() 1883 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso.cc | 120 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 122 pimpl_->iso_impl_->remove_iso_data_path(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
D | btm_iso_impl.h | 384 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 390 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 432 void remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir) { in remove_iso_data_path() 439 iso_handle, data_path_dir, in remove_iso_data_path() 443 std::format("handle:0x{:04x}, dir:0x{:02x}", iso_handle, data_path_dir)); in remove_iso_data_path() 445 iso_handle, iso->state_flags, data_path_dir); in remove_iso_data_path()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 562 void btsnd_hcic_setup_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_setup_iso_data_path() argument 572 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_setup_iso_data_path() 584 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 591 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_remove_iso_data_path()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api.h | 143 virtual void RemoveIsoDataPath(uint16_t conn_handle, uint8_t data_path_dir);
|
D | hcimsgs.h | 375 void btsnd_hcic_setup_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, 381 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir,
|
D | btm_iso_api_types.h | 170 uint8_t data_path_dir; member
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.cc | 519 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn, in TriggerIsoDatapathSetup()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 1001 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, in applyDsaDataPath() 1802 .data_path_dir = ase->direction == bluetooth::le_audio::types::kLeAudioDirectionSink in PrepareDataPath() 1818 "direction: " + loghex(param.data_path_dir) + ", codecId: " + in PrepareDataPath()
|
D | state_machine_test.cc | 2797 MATCHER_P(dataPathDirIsEq, expected, "") { return arg.data_path_dir == expected; } 3444 uint16_t conn_handle, uint8_t data_path_dir) { in TEST_F() argument 3446 if (data_path_dir == (bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput | in TEST_F() 3449 } else if (data_path_dir == in TEST_F()
|