| /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/stack/test/ |
| D | btm_iso_test.cc | 289 .WillByDefault([](uint16_t iso_handle, uint8_t data_path_dir, in InitIsoManager() 356 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, 1549 path_params.data_path_dir = in TEST_F() 1558 path_params.data_path_dir = in TEST_F() 1565 path_params.data_path_dir = in TEST_F() 1640 path_params.data_path_dir = in TEST_F() 1664 path_params.data_path_dir = in TEST_F() 1702 path_params.data_path_dir = in TEST_F() 1713 path_params.data_path_dir); in TEST_F() 1717 path_params.data_path_dir = in TEST_F() [all …]
|
| /packages/modules/Bluetooth/system/bta/le_audio/ |
| D | mock_iso_manager.cc | 87 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 89 pimpl_->RemoveIsoDataPath(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
| D | mock_iso_manager.h | 58 (uint16_t iso_handle, uint8_t data_path_dir));
|
| D | state_machine.cc | 1548 .data_path_dir = in PrepareDataPath() 1563 "direction: " + loghex(param.data_path_dir)); in PrepareDataPath()
|
| D | state_machine_test.cc | 2085 uint8_t data_path_dir) { in TEST_F() argument 2087 if (data_path_dir == in TEST_F() 2091 } else if (data_path_dir == bluetooth::hci::iso_manager:: in TEST_F()
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | btm_iso.cc | 96 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument 97 pimpl_->iso_impl_->remove_iso_data_path(iso_handle, data_path_dir); in RemoveIsoDataPath()
|
| D | btm_iso_impl.h | 377 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 387 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 427 void remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir) { in remove_iso_data_path() 435 iso_handle, data_path_dir, in remove_iso_data_path() 440 data_path_dir)); in remove_iso_data_path()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_hcic_hciblecmds.h | 874 body{[](uint16_t iso_handle, uint8_t data_path_dir, 876 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 878 body(iso_handle, data_path_dir, std::move(cb)); in operator() 927 body{[](uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 932 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 937 body(iso_handle, data_path_dir, data_path_id, codec_id_format, in operator()
|
| D | mock_stack_hcic_hciblecmds.cc | 479 uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 483 iso_handle, data_path_dir, std::move(cb)); in btsnd_hcic_remove_iso_data_path() 500 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in btsnd_hcic_setup_iso_data_path() argument 507 iso_handle, data_path_dir, data_path_id, codec_id_format, in btsnd_hcic_setup_iso_data_path()
|
| D | mock_stack_btm_iso.cc | 30 void IsoManager::RemoveIsoDataPath(uint16_t iso_handle, uint8_t data_path_dir) { in RemoveIsoDataPath() argument
|
| /packages/modules/Bluetooth/system/stack/include/ |
| D | btm_iso_api.h | 155 virtual void RemoveIsoDataPath(uint16_t conn_handle, uint8_t data_path_dir);
|
| D | hcimsgs.h | 495 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, 502 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/stack/hcic/ |
| D | hciblecmds.cc | 909 uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in btsnd_hcic_setup_iso_data_path() argument 919 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_setup_iso_data_path() 933 uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 940 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_remove_iso_data_path()
|
| /packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
| D | state_machine.cc | 524 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn, in TriggerIsoDatapathSetup()
|