/aosp_15_r20/packages/modules/Bluetooth/system/device/src/ |
D | esco_parameters.cc | 56 .input_data_path = ESCO_DATA_PATH_PCM, 91 .input_data_path = ESCO_DATA_PATH_PCM, 130 .input_data_path = ESCO_DATA_PATH_PCM, 169 .input_data_path = ESCO_DATA_PATH_PCM, 208 .input_data_path = ESCO_DATA_PATH_PCM, 245 .input_data_path = ESCO_DATA_PATH_PCM, 281 .input_data_path = ESCO_DATA_PATH_PCM, 318 .input_data_path = ESCO_DATA_PATH_PCM, 353 .input_data_path = ESCO_DATA_PATH_PCM, 396 param.input_data_path = param.output_data_path = ESCO_DATA_PATH_HCI; in esco_parameters_for_codec()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/gdal/raster_to_gtiff/ |
H A D | raster_to_gtiff.cc | 60 std::string input_data_path = std::string(argv[1]); in main() local 65 std::move(input_data_path)), in main()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/ |
H A D | sco_connection.cc | 78 if (channel_ && parameters_.view().input_data_path().Read() == in Activate() 197 parameters_.view().input_data_path().Read() == in CleanUp()
|
H A D | sco_connection_test.cc | 101 hci_conn_params.view().input_data_path().Write( in CreateScoConnection() 122 hci_conn_params.view().input_data_path().Write( in CreateScoConnection()
|
H A D | sco_connection_manager_test.cc | 72 view.input_data_path().Write( in InitializeConnectionParams()
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | compilers.py | 307 def get_inputs(input_data_path): argument 312 with open(input_data_path, "rb") as f:
|
/aosp_15_r20/packages/modules/Bluetooth/system/device/include/ |
D | esco_parameters.h | 134 esco_data_path_t input_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.h | 241 bool is_inband() const { return esco.setup.input_data_path == ESCO_DATA_PATH_HCI; } in is_inband()
|
D | btm_sco.cc | 338 p_setup->retransmission_effort, p_setup->packet_types, p_setup->input_data_path); in btm_esco_conn_rsp() 647 unsigned(p_setup->packet_types), unsigned(p_setup->input_data_path)); in btm_send_connect_request()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | sco_data_channel_test.cc | 69 view.input_data_path().Write(pw::bluetooth::emboss::ScoDataPath::HCI); in MsbcConnectionParams() 116 view.input_data_path().Write(pw::bluetooth::emboss::ScoDataPath::HCI); in cvsd_connection_params()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1249 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1296 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_accept_synchronous_connection()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sco.cc | 633 params.input_data_path = sco_config_it->second.inputDataPath; in updateCodecParametersFromProviderInfo()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | profile_server.cc | 573 if (connection_->parameters().view().input_data_path().Read() != in Read()
|
H A D | helpers.cc | 2390 view.input_data_path().Write(path); in FidlToScoParameters()
|
H A D | helpers_test.cc | 1929 EXPECT_EQ(view.input_data_path().Read(), in TEST_F()
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hfp.py | 1967 input_data_path: HCI_Enhanced_Setup_Synchronous_Connection_Command.DataPath = ( variable in EscoParameters
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 1450 input_data_path : ScoDataPath, 1506 input_data_path : ScoDataPath,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1521 input_data_path : ScoDataPath, 1577 input_data_path : ScoDataPath,
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1576 input_data_path : ScoDataPath, 1632 input_data_path : ScoDataPath,
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
H A D | hci_commands.emb | 987 $next [+1] ScoDataPath input_data_path
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 24351 …input_data_path, ScoDataPath output_data_path, uint8_t input_transport_unit_bits, uint8_t output_t… in Create() argument 24371 …input_data_path, ScoDataPath output_data_path, uint8_t input_transport_unit_bits, uint8_t output_t… in Create() argument 24425 …input_data_path, ScoDataPath output_data_path, uint8_t input_transport_unit_bits, uint8_t output_t… in Create() argument 24444 …input_data_path, ScoDataPath output_data_path, uint8_t input_transport_unit_bits, uint8_t output_t… in Create() argument
|