Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py269 config_type, packet = unpack_data(packet, 1, False)
271 if config_type == TYPE_SAMPLING_FREQUENCIES:
273 elif config_type == TYPE_FRAME_DURATION:
275 elif config_type == TYPE_CHANNEL_ALLOCATION:
277 elif config_type == TYPE_OCTETS_PER_FRAME:
375 config_type, packet = unpack_data(packet, 1, False)
377 if config_type == TYPE_SAMPLING_FREQUENCIES:
379 elif config_type == TYPE_FRAME_DURATION:
381 elif config_type == TYPE_OCTETS_PER_FRAME:
401 config_type, packet = unpack_data(packet, 1, False)
[all …]
/packages/modules/Virtualization/virtualizationservice/src/
Datom.rs29 let config_type = match atom.configType { in forward_vm_creation_atom() localVariable
45 config_type, in forward_vm_creation_atom()
/packages/modules/Virtualization/virtualizationmanager/src/
Datom.rs114 let (vm_identifier, config_type, cpu_topology, memory_mib, apexes) = match config { in write_vm_creation_stats()
147 configType: config_type as i32, in write_vm_creation_stats()
/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs200 config_type: config.dice_config_type(), in new()