/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.h | 46 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 53 uint16_t iso_handle, uint8_t data_path_dir, 91 (uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 99 (uint16_t iso_handle, uint8_t data_path_dir,
|
D | mock_hcic_layer.cc | 59 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in btsnd_hcic_setup_iso_data_path() argument 64 hcic_interface->SetupIsoDataPath(iso_handle, data_path_dir, data_path_id, in btsnd_hcic_setup_iso_data_path() 71 uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 73 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_btm_iso.cc | 90 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 92 pimpl_->RemoveIsoDataPath(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
D | mock_stack_hcic_hciblecmds.cc | 334 uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 338 iso_handle, data_path_dir, std::move(cb)); in btsnd_hcic_remove_iso_data_path() 355 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in btsnd_hcic_setup_iso_data_path() argument 362 iso_handle, data_path_dir, data_path_id, codec_id_format, in btsnd_hcic_setup_iso_data_path()
|
D | mock_stack_hcic_hciblecmds.h | 606 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 608 body(iso_handle, data_path_dir, std::move(cb)); in operator() 665 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 670 body(iso_handle, data_path_dir, data_path_id, codec_id_format, in operator()
|
D | mock_stack_btm_iso.h | 58 (uint16_t iso_handle, uint8_t data_path_dir));
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso.cc | 98 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 99 pimpl_->iso_impl_->remove_iso_data_path(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
D | btm_iso_impl.h | 388 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 398 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 438 void remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir) { in remove_iso_data_path() 447 iso_handle, data_path_dir, in remove_iso_data_path() 453 data_path_dir)); in remove_iso_data_path()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 380 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, 1693 path_params.data_path_dir = in TEST_F() 1702 path_params.data_path_dir = in TEST_F() 1709 path_params.data_path_dir = in TEST_F() 1784 path_params.data_path_dir = in TEST_F() 1808 path_params.data_path_dir = in TEST_F() 1859 path_params.data_path_dir = in TEST_F() 1895 path_params.data_path_dir = in TEST_F() 1906 path_params.data_path_dir); in TEST_F() 1910 path_params.data_path_dir = in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 582 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in btsnd_hcic_setup_iso_data_path() argument 592 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_setup_iso_data_path() 606 uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 613 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 | 152 virtual void RemoveIsoDataPath(uint16_t conn_handle, uint8_t data_path_dir);
|
D | hcimsgs.h | 414 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 421 uint16_t iso_handle, uint8_t data_path_dir,
|
D | btm_iso_api_types.h | 169 uint8_t data_path_dir; member
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.cc | 500 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn, in TriggerIsoDatapathSetup()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 933 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, in applyDsaDataPath() 1744 .data_path_dir = in PrepareDataPath() 1764 "direction: " + loghex(param.data_path_dir) + ", codecId: " + in PrepareDataPath()
|
D | state_machine_test.cc | 2575 return (arg.data_path_dir == expected); 3274 uint8_t data_path_dir) { in TEST_F() argument 3276 if (data_path_dir == in TEST_F() 3280 } else if (data_path_dir == bluetooth::hci::iso_manager:: in TEST_F()
|