Searched refs:SetCcidInformation (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_le_audio.cc | 290 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/ |
D | client_linux.cc | 41 void SetCcidInformation(int ccid, int context_type) override {} in SetCcidInformation() function in LeAudioClientImpl
|
D | le_audio_client_test.cc | 4535 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 …]
|
D | client.cc | 1012 void SetCcidInformation(int ccid, int context_type) override { in SetCcidInformation() function in __anonf21162180111::LeAudioClientImpl
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_api.h | 67 virtual void SetCcidInformation(int ccid, int context_type) = 0;
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_le_audio.h | 401 virtual void SetCcidInformation(int ccid, int context_type) = 0;
|
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
D | le_audio_shim.cc | 423 return intf_->SetCcidInformation(ccid, context_type); in set_ccid_information()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_le_audio.cpp | 699 sLeAudioClientInterface->SetCcidInformation(ccid, contextType); in setCcidInformationNative()
|