Home
last modified time | relevance | path

Searched defs:ase (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc307 void ProcessGattNotifEvent(uint8_t* value, uint16_t len, struct ase* ase, in ProcessGattNotifEvent()
487 for (auto& ase : leAudioDevice->ases_) { in ProcessHciNotifOnCigRemove() local
510 auto ase = leAudioDevice->GetFirstActiveAseByDataPathState( in ProcessHciNotifSetupIsoDataPath() local
617 for (auto& ase : leAudioDevice->ases_) { in ReleaseCisIds() local
799 struct ase* ase = leAudioDevice->GetFirstActiveAse(); in ProcessHciNotifCisEstablished() local
1025 struct ase* ase = leAudioDevice->GetFirstActiveAseByDataPathState( in ProcessHciNotifCisDisconnected() local
1085 const struct ase* ase) { in AddCisToStreamConfiguration()
1442 struct ase* ase = leAudioDevice->GetFirstActiveAse(); in CisCreateForDevice() local
1489 struct ase* ase; in CisCreate() local
1537 static void PrepareDataPath(int group_id, const struct ase* ase) { in PrepareDataPath()
[all …]
Ddevices.cc116 for (auto ase : leAudioDevice->ases_) { in RemoveNode() local
234 for (auto* ase = leAudioDevice->GetFirstActiveAse(); ase; in Deactivate() local
499 struct ase* ase = leAudioDevice->GetFirstActiveAseByDirection(direction); in GetSduInterval() local
542 struct ase* ase = leAudioDevice->GetFirstActiveAse(); in GetFraming() local
562 for (ase* ase = leAudioDevice->GetFirstActiveAseByDirection(direction); in find_max_transport_latency() local
686 struct ase* ase = leAudioDevice->GetFirstActiveAseByDirection(direction); in GetPhyBitmask() local
736 struct ase* ase = leAudioDevice->GetFirstActiveAseByDirection(direction); in GetPresentationDelay() local
1075 struct ase* ase = leAudioDevice->GetFirstActiveAse(); in CigAssignCisIds() local
1208 struct le_audio::types::ase* ase = in CigAssignCisConnHandlesToAses() local
1382 for (auto& ase : device->ases_) { in IsConfigurationSupported() local
[all …]
Dle_audio_types.h662 struct ase { struct
665 ase(uint16_t val_hdl, uint16_t ccc_hdl, uint8_t direction, argument
667 : hdls(val_hdl, ccc_hdl), in hdls()
686 struct hdl_pair hdls;
687 uint8_t id;
688 uint8_t cis_id;
689 const uint8_t direction;
690 uint8_t target_latency;
691 uint16_t cis_conn_hdl = 0;
693 bool active;
[all …]
Dstate_machine_test.cc519 types::ase ase(0, 0, 0x01); in PrepareConnectedDevice() local
529 types::ase ase(0, 0, 0x02); in PrepareConnectedDevice() local
567 void InjectAseStateNotification(types::ase* ase, LeAudioDevice* device, in InjectAseStateNotification()
719 for (auto& ase : device->ases_) { in InjectInitialIdleNotification() local
879 [ase_id](auto& ase) { return (ase.id == ase_id); }); in PrepareConfigureCodecHandler()
881 const auto ase = &(*it); in PrepareConfigureCodecHandler() local
947 [ase_id](auto& ase) { return (ase.id == ase_id); }); in PrepareConfigureQosHandler()
949 const auto ase = &(*it); in PrepareConfigureQosHandler() local
1017 [ase_id](auto& ase) { return (ase.id == ase_id); }); in PrepareEnableHandler()
1019 const auto ase = &(*it); in PrepareEnableHandler() local
[all …]
Ddevices_test.cc495 struct ase ase(0x0000, 0x0000, in AddTestDevice() local
506 struct ase ase(0x0000, 0x0000, in AddTestDevice() local
542 for (ase* ase = data.device->GetFirstActiveAse(); ase; in TestGroupAseConfigurationVerdict() local
570 for (auto& ase : device->ases_) { in SetCisInformationToActiveAse() local
739 for (const auto& ase : device->ases_) { in TestAsesActive() local
762 for (const auto& ase : device->ases_) { in TestActiveAses() local
771 for (const auto& ase : device->ases_) { in TestAsesInactivated() local
780 for (const auto& ase : device->ases_) { in TestAsesInactive() local
847 for (struct ase& ase : device->ases_) { in SetAsesToCachedConfiguration() local
1249 auto* ase = right->GetFirstActiveAseByDirection(kLeAudioDirectionSink); in TEST_F() local
[all …]
Dle_audio_client_test.cc667 for (auto& ase : leAudioDevice->ases_) { in SetUpMockGroups() local
688 for (auto& ase : device->ases_) { in SetUpMockGroups() local
730 for (auto& ase : leAudioDevice->ases_) { in SetUpMockGroups() local
820 for (auto& ase : leAudioDevice->ases_) { in SetUpMockGroups() local
856 for (auto& ase : device->ases_) { in SetUpMockGroups() local
1026 for (auto& ase : device->ases_) { in SetUpMockGroups() local
1243 for (auto& ase : device->ases_) { in SetUpMockGroups() local
2198 for (auto& ase : device->ases_) { in TestAudioDataTransfer() local
3752 for (auto& ase : device->ases_) { in TEST_F() local
4122 for (auto& ase : device->ases_) { in TEST_F() local
Dstorage_helper.cc279 for (const auto& ase : leAudioDevice->ases_) { in SerializeAses() local
Dclient.cc1609 for (struct ase& ase : leAudioDevice->ases_) in DeregisterNotifications() local
1620 struct ase* ase; in LeAudioCharValueHandle() local
2034 for (struct ase& ase : leAudioDevice->ases_) in RegisterKnownNotifications() local
2838 [&hdl](const struct ase& ase) -> bool { in OnGattWriteCcc()
2953 bool IsAseAcceptingAudioData(struct ase* ase) { in IsAseAcceptingAudioData()