Home
last modified time | relevance | path

Searched refs:GetBroadcastMetadata (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio_broadcaster.cc100 void GetBroadcastMetadata(uint32_t broadcast_id) override { in GetBroadcastMetadata() function in __anon84298b5c0111::LeAudioBroadcasterInterfaceImpl
102 FROM_HERE, Bind(&LeAudioBroadcaster::GetBroadcastMetadata, in GetBroadcastMetadata()
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_broadcaster_api.h52 virtual void GetBroadcastMetadata(uint32_t broadcast_id) = 0;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h558 virtual void GetBroadcastMetadata(uint32_t broadcast_id) = 0;
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc778 void GetBroadcastMetadata(uint32_t broadcast_id) override { in GetBroadcastMetadata() function in __anon719d1fdc0111::LeAudioBroadcasterImpl
Dbroadcaster_test.cc904 LeAudioBroadcaster::Get()->GetBroadcastMetadata(broadcast_id); in TEST_F()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp1496 sLeAudioBroadcasterInterface->GetBroadcastMetadata(broadcast_id); in getBroadcastMetadataNative()