Home
last modified time | relevance | path

Searched refs:SetCcidInformation (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_le_audio.cc290 void SetCcidInformation(int ccid, int context_type) { in SetCcidInformation() function in __anona082e5330111::LeAudioClientInterfaceImpl
299 FROM_HERE, Bind(&LeAudioClient::SetCcidInformation, in SetCcidInformation()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation() function in LeAudioClientImpl
Dle_audio_client_test.cc4535 LeAudioClient::Get()->SetCcidInformation(gmcs_ccid, 4 /* Media */); in TEST_F()
4536 LeAudioClient::Get()->SetCcidInformation(gtbs_ccid, 2 /* Phone */); in TEST_F()
5147 LeAudioClient::Get()->SetCcidInformation(gmcs_ccid, 4 /* Media */); in TEST_F()
5148 LeAudioClient::Get()->SetCcidInformation(gtbs_ccid, 2 /* Phone */); in TEST_F()
5218 LeAudioClient::Get()->SetCcidInformation(gmcs_ccid, 4 /* Media */); in TEST_F()
5219 LeAudioClient::Get()->SetCcidInformation(gtbs_ccid, 2 /* Phone */); in TEST_F()
5783 LeAudioClient::Get()->SetCcidInformation(gmcs_ccid, 4 /* Media */); in TEST_F()
5784 LeAudioClient::Get()->SetCcidInformation(gtbs_ccid, 2 /* Phone */); in TEST_F()
5864 LeAudioClient::Get()->SetCcidInformation(gmcs_ccid, 4 /* Media */); in TEST_F()
5865 LeAudioClient::Get()->SetCcidInformation(gtbs_ccid, 2 /* Phone */); in TEST_F()
[all …]
Dclient.cc1012 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation() function in __anonf21162180111::LeAudioClientImpl
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h67 virtual void SetCcidInformation(int ccid, int context_type) = 0;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h401 virtual void SetCcidInformation(int ccid, int context_type) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc423 return intf_->SetCcidInformation(ccid, context_type); in set_ccid_information()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp699 sLeAudioClientInterface->SetCcidInformation(ccid, contextType); in setCcidInformationNative()