Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc314 void SetGroupAllowedContextMask(int group_id, int sink_context_types, int source_context_types) { in SetGroupAllowedContextMask() function in __anonf34f16a90111::LeAudioClientInterfaceImpl
325 do_in_main_thread(Bind(&LeAudioClient::SetGroupAllowedContextMask, in SetGroupAllowedContextMask()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h74 virtual void SetGroupAllowedContextMask(int group_id, int sink_context_types,
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h400 virtual void SetGroupAllowedContextMask(int group_id, int sink_context_types,
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp733 sLeAudioClientInterface->SetGroupAllowedContextMask(groupId, sinkContextTypes, in setGroupAllowedContextMaskNative()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc1429 void SetGroupAllowedContextMask(int group_id, int sink_context_types, in SetGroupAllowedContextMask() function in __anon6840174e0111::LeAudioClientImpl
Dle_audio_client_test.cc12707 LeAudioClient::Get()->SetGroupAllowedContextMask(group_id, allowed_context_types, in TEST_F()