Home
last modified time | relevance | path

Searched refs:data_path_dir (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.h42 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,
Dmock_hcic_layer.cc55 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/
Dbtm_iso_test.cc348 .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/
Dmock_stack_hcic_hciblecmds.cc296 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()
Dmock_stack_btm_iso.cc99 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()
Dmock_stack_hcic_hciblecmds.h549 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()
Dmock_stack_btm_iso.h51 MOCK_METHOD((void), RemoveIsoDataPath, (uint16_t iso_handle, uint8_t data_path_dir));
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc120 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()
Dbtm_iso_impl.h372 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/
Dhciblecmds.cc562 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/
Dhcimsgs.h375 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,
Dbtm_iso_api.h143 virtual void RemoveIsoDataPath(uint16_t conn_handle, uint8_t data_path_dir);
Dbtm_iso_api_types.h170 uint8_t data_path_dir; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc509 .data_path_dir = bluetooth::hci::iso_manager::kIsoDataPathDirectionIn, in TriggerIsoDatapathSetup()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc952 .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()
Dstate_machine_test.cc2725 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()