/aosp_15_r20/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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 348 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, 1692 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn; in TEST_F() 1699 path_params.data_path_dir = (bluetooth::hci::iso_manager::kIsoDataPathDirectionIn + handle) % 2; in TEST_F() 1705 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() 1774 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn; in TEST_F() 1795 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() 1839 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F() 1872 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F() 1880 IsoManager::GetInstance()->RemoveIsoDataPath(handle, path_params.data_path_dir); in TEST_F() 1884 path_params.data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut; in TEST_F() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 296 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 299 test::mock::stack_hcic_hciblecmds::btsnd_hcic_remove_iso_data_path(iso_handle, data_path_dir, in btsnd_hcic_remove_iso_data_path() 316 void btsnd_hcic_setup_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_setup_iso_data_path() argument 323 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 | 549 void operator()(uint16_t iso_handle, uint8_t data_path_dir, in operator() 551 body(iso_handle, data_path_dir, std::move(cb)); in operator() 601 void operator()(uint16_t iso_handle, uint8_t data_path_dir, uint8_t data_path_id, in operator() 605 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));
|
/aosp_15_r20/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 | 372 conn_handle, path_params.data_path_dir, path_params.data_path_id, in setup_iso_data_path() 378 conn_handle, path_params.data_path_dir, in setup_iso_data_path() 418 void remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir) { in remove_iso_data_path() 425 iso_handle, data_path_dir, in remove_iso_data_path() 429 base::StringPrintf("handle:0x%04x, dir:0x%02x", iso_handle, data_path_dir)); in remove_iso_data_path()
|
/aosp_15_r20/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() 585 void btsnd_hcic_remove_iso_data_path(uint16_t iso_handle, uint8_t data_path_dir, in btsnd_hcic_remove_iso_data_path() argument 592 UINT8_TO_STREAM(pp, data_path_dir); in btsnd_hcic_remove_iso_data_path()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
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.h | 143 virtual void RemoveIsoDataPath(uint16_t conn_handle, uint8_t data_path_dir);
|
D | btm_iso_api_types.h | 170 uint8_t data_path_dir; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine.cc | 509 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn, in TriggerIsoDatapathSetup()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 952 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionOut, in applyDsaDataPath() 1721 .data_path_dir = ase->direction == bluetooth::le_audio::types::kLeAudioDirectionSink in PrepareDataPath() 1737 "direction: " + loghex(param.data_path_dir) + ", codecId: " + in PrepareDataPath()
|
D | state_machine_test.cc | 2725 MATCHER_P(dataPathDirIsEq, expected, "") { return arg.data_path_dir == expected; } 3366 uint16_t conn_handle, uint8_t data_path_dir) { in TEST_F() argument 3368 if (data_path_dir == (bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput | in TEST_F() 3371 } else if (data_path_dir == in TEST_F()
|