/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices.cc | 349 /* The number_of_already_active_group_ase keeps all the active ases in ConfigureAses() 351 * This function counts active ases only for this device, and we count here in ConfigureAses() 352 * new active ases and already active ases which we want to reuse in the in ConfigureAses() 357 // Before we activate the ASEs, make sure we have the right configuration in ConfigureAses() 678 * needs more ASEs then it was configured before. in GetFirstInactiveAse() 712 BidirectionalPair<struct ase*> ases = {nullptr, nullptr}; in GetAsesByCisConnHdl() local 717 ases.sink = &ase; in GetAsesByCisConnHdl() 719 ases.source = &ase; in GetAsesByCisConnHdl() 724 return ases; in GetAsesByCisConnHdl() 728 BidirectionalPair<struct ase*> ases = {nullptr, nullptr}; in GetAsesByCisId() local [all …]
|
D | state_machine.cc | 68 * State machine manages group of ASEs to make transition from one state to 75 * Streaming for all ASEs in group within time limit. Time 234 /* Deactivate previousely activated ASEs in case if there were just a in StartStream() 236 * deactivation. Currently activated ASEs cannot be used for different in StartStream() 254 /* All ASEs should aim to achieve target state */ in StartStream() 287 /* All ASEs should aim to achieve target state */ in StartStream() 349 log::error("Could not configure ASEs for group {} content type {}", group->group_id_, in ConfigureStream() 365 /* All ASEs should aim to achieve target state */ in SuspendStream() 378 /* All Ases should aim to achieve target state */ in StopStream() 508 * conn_handle.size() != active ases in group in ProcessHciNotifOnCigCreate() [all …]
|
D | client_parser_test.cc | 983 // Number of ASEs in TEST() 1006 // Missing Number of ASEs in TEST() 1024 // Number of ASEs in TEST() 1053 // Number of ASEs in TEST() 1085 // Number of ASEs in TEST() 1117 // Number of ASEs in TEST() 1178 ASSERT_EQ(value[i++], 0x01); // Number of ASEs in TEST() 1235 ASSERT_EQ(value[i++], 0x01); // Number of ASEs in TEST() 1287 ASSERT_EQ(value[i++], 0x02); // Number of ASEs in TEST() 1490 ASSERT_EQ(value[i++], 0x01u); // Number of ASEs in TEST() [all …]
|
D | devices_test.cc | 503 /* Note, do not confuse ASEs with channels num. */ 878 // the configuration should fail if there are no active ases expected in TestSingleAseConfiguration() 927 /* Add PACs and check if each of the devices has activated ASEs as in TestGroupAseVendorConfiguration() 950 // Verify if ASEs are configured in TestGroupAseVendorConfiguration() 983 // the configuration should fail if there are no active ases expected in TestGroupAseConfiguration() 1035 /* Make sure configuration can satisfy number of expected active ASEs*/ in TestGroupAseConfiguration() 1060 * activated verify, ASEs are actually active */ in TestGroupAseConfiguration() 1068 /* Check if each of the devices has activated ASEs as expected */ in TestGroupAseConfiguration() 1099 /* Configure may request only partial ases to be activated */ in TestAsesActive() 1271 // Support single channel per ASE to activate two ASES on both direction in TestSingleDevDualBidir() [all …]
|
D | device_groups.cc | 763 continue; // device has no active ASEs in this direction in GetPresentationDelay() 833 // determine the number of ASEs to activate. in GetAudioSetConfigurationRequirements() 850 log::warn("Device {} has no ASEs for direction: {}", device->address_, (int)direction); in GetAudioSetConfigurationRequirements() 1341 /* First check if we have bidirectional ASEs. If so, assign same CIS ID.*/ in AssignCisIds() 1449 /* Assign all CIS connection handles to ases */ in AssignCisConnHandlesToAses() 1479 /* Assign all CIS connection handles to ases */ in AssignCisConnHandlesToAses() 1546 * requirement for connected devices in the group and available ASEs 1556 * 2) ASEs should be active only if best (according to priority list) full in IsAudioSetConfigurationSupported() 1558 * 3) ASEs should be filled according to performance profile. in IsAudioSetConfigurationSupported() 1627 "Number of devices: {}, number of ASEs: {}, Max ASE per device: {} " in IsAudioSetConfigurationSupported() [all …]
|
D | state_machine_test.cc | 416 auto ases = dev->GetAsesByCisConnHdl(conn_handle); in ConfigureIsoManagerMock() local 417 return ases.sink || ases.source; in ConfigureIsoManagerMock() 442 auto ases = dev->GetAsesByCisConnHdl(conn_handle); in ConfigureIsoManagerMock() local 443 return ases.sink || ases.source; in ConfigureIsoManagerMock() 474 auto ases = dev->GetAsesByCisConnHdl(pair.cis_conn_handle); in ConfigureIsoManagerMock() local 475 return ases.sink || ases.source; in ConfigureIsoManagerMock() 543 auto ases = dev->GetAsesByCisConnHdl(cis_handle); in ConfigureIsoManagerMock() local 544 return ases.sink || ases.source; in ConfigureIsoManagerMock() 663 // Add some Sink ASEs in PrepareConnectedDevice() 673 // Add some Source ASEs in PrepareConnectedDevice() [all …]
|
D | devices.h | 68 * mandatory. Device may contain multiple ASEs, PACs, audio locations. ASEs from 74 * in any state transition of state machine. ASEs and devices will be activated
|
D | storage_helper_test.cc | 197 0x03, // Num of ASEs in TEST() 213 0x05, // Num of ASEs in TEST() 229 0x03, // Num of ASEs in TEST()
|
D | storage_helper.cc | 256 log::debug("device: {}, number of ases {}", leAudioDevice->address_, in SerializeAses() 260 log::warn("No ases available for device {}", leAudioDevice->address_); in SerializeAses() 319 log::debug("Loading {} Ases for device {}", num_of_ases, leAudioDevice->address_); in DeserializeAses()
|
D | le_audio_client_test.cc | 893 log::error("ConfigureStream: Could not configure ASEs for group {} content type {}", in SetUpMockGroups() 1322 auto ases = leAudioDevice->GetAsesByCisConnHdl(pair.first); in SetUpMockGroups() local 1327 (int)(pair.first), std::format_ptr(+ases.sink)); in SetUpMockGroups() 1328 if (ases.sink) { in SetUpMockGroups() 1331 ases.sink->channel_count; in SetUpMockGroups() 1339 return ases.sink; in SetUpMockGroups() 1348 auto ases = leAudioDevice->GetAsesByCisConnHdl(pair.first); in SetUpMockGroups() local 1351 (int)(pair.first), std::format_ptr(ases.source)); in SetUpMockGroups() 1352 if (ases.source) { in SetUpMockGroups() 1355 ases.source->channel_count; in SetUpMockGroups() [all …]
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/ |
H A D | IBluetoothAudioProvider.aidl | 349 * Sink ASEs configuration 353 * Source ASEs configuration 390 * Sink ASEs configuration setting 394 * Source ASEs configuration setting 419 * array with the number of configurations equal to the number of ASEs 523 * Sink ASEs configuration setting 527 * Source ASEs configuration setting 552 * after configuring the ASEs.
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 645 /** Store ASEs information */ 686 /** Store ASEs information */ 688 std::vector<uint8_t> ases; in btif_storage_leaudio_update_ase_bin() local 690 if (LeAudioClient::GetAsesForStorage(addr, ases)) { in btif_storage_leaudio_update_ase_bin() 692 [](const RawAddress& bd_addr, std::vector<uint8_t> ases) { in btif_storage_leaudio_update_ase_bin() argument 694 btif_config_set_bin(bdstr, BTIF_STORAGE_KEY_LEAUDIO_ASES_BIN, ases.data(), in btif_storage_leaudio_update_ase_bin() 695 ases.size()); in btif_storage_leaudio_update_ase_bin() 697 addr, std::move(ases))); in btif_storage_leaudio_update_ase_bin() 803 std::vector<uint8_t> ases(buffer_size); in btif_storage_load_bonded_leaudio() local 805 btif_config_get_bin(name, BTIF_STORAGE_KEY_LEAUDIO_ASES_BIN, ases.data(), &buffer_size); in btif_storage_load_bonded_leaudio() [all …]
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/ |
H A D | cpuinfo_mips_test.cc | 72 ASEs implemented : mips16 dsp mt eva in TEST() 106 ASEs implemented : mips16 in TEST() 133 ASEs implemented : in TEST() 157 ASEs implemented : mdmx mips3d in TEST()
|
/aosp_15_r20/external/cpu_features/test/ |
H A D | cpuinfo_mips_test.cc | 72 ASEs implemented : mips16 dsp mt eva in TEST() 106 ASEs implemented : mips16 in TEST() 133 ASEs implemented : in TEST() 157 ASEs implemented : mdmx mips3d in TEST()
|
/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | mips_cpudetect.c | 28 // Workaround early kernel without mmi in ASEs line. in mips_cpu_caps() 35 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in mips_cpu_caps() 43 // ASEs is the last line, so we can break here. in mips_cpu_caps()
|
/aosp_15_r20/external/llvm/test/Object/Mips/ |
H A D | abi-flags.yaml | 9 # OBJ-NEXT: ASEs [ (0x103) 31 # YAML-NEXT: ASEs: [ DSP, DSPR2, VIRT ] 52 ASEs: [ DSP, DSPR2, VIRT ]
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | cpu_id.cc | 177 // Workaround early kernel without mmi in ASEs line. in MipsCpuCaps() 184 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps() 192 // ASEs is the last line, so we can break here. in MipsCpuCaps()
|
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/ |
H A D | mips-abiflags.test | 10 EL64-NEXT: ASEs [ (0x103) 29 BE32-NEXT: ASEs [ (0x803)
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagMips.inc | 52 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0", 53 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0")
|
/aosp_15_r20/external/libyuv/source/ |
H A D | cpu_id.cc | 250 // Workaround early kernel without MSA in ASEs line. in MipsCpuCaps() 255 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps() 259 // ASEs is the last line, so we can break here. in MipsCpuCaps()
|
/aosp_15_r20/external/libpng/contrib/mips-mmi/ |
H A D | linux.c | 119 /* Legacy kernel may not export MMI in ASEs implemented */ in cpu_flags_cpuinfo() 125 if (strstart(buf, "ASEs implemented", NULL)) { in cpu_flags_cpuinfo()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsAbiFlags.cpp | 42 buf->ases = pInfo.m_Ases; in emit() 80 mipsAbi.m_Ases = data->ases; in fillBySection()
|
/aosp_15_r20/external/google-cloud-java/java-biglake/proto-google-cloud-biglake-v1alpha1/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/ |
H A D | MetastoreProto.java | 344 + "ases:\010database\332A\033parent,database,databas" 362 + "ases\022<.google.cloud.bigquery.biglake.v1a" 372 + "ases/*}/tables:\005table\332A\025parent,table,tab"
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 422 S->ASEs = Flags->ases; in dumpMipsABIFlags()
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
H A D | DocumentProto.java | 234 + "ases/*/documents/*}Z@*>/v2/{name=project" 253 + "ases/*/documents/*}:reload:\001*ZJ\"E/v2/{na"
|