Searched refs:OnExtAudioOutLocationChanged (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_vc.cc | 98 void OnExtAudioOutLocationChanged(const RawAddress& address, in OnExtAudioOutLocationChanged() function in __anon360f704a0111::VolumeControlInterfaceImpl 101 do_in_jni_thread(Bind(&VolumeControlCallbacks::OnExtAudioOutLocationChanged, in OnExtAudioOutLocationChanged()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_vc.h | 59 virtual void OnExtAudioOutLocationChanged(const RawAddress& address,
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 90 MOCK_METHOD((void), OnExtAudioOutLocationChanged, 928 EXPECT_CALL(*callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)); in TEST_F() 929 EXPECT_CALL(*callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)); in TEST_F() 1090 OnExtAudioOutLocationChanged(test_address, 2, 0x04030201)); in TEST_F() 1095 EXPECT_CALL(*callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)) in TEST_F() 1155 OnExtAudioOutLocationChanged(test_address, 2, 0x04030201)); in TEST_F()
|
D | vc.cc | 343 OnExtAudioOutLocationChanged(device, offset, len, value); in OnCharacteristicValueChanged() 535 void OnExtAudioOutLocationChanged(VolumeControlDevice* device, in OnExtAudioOutLocationChanged() function in __anone6dee6a90111::VolumeControlImpl 554 callbacks_->OnExtAudioOutLocationChanged(device->address, offset->id, in OnExtAudioOutLocationChanged()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 134 void OnExtAudioOutLocationChanged( in OnExtAudioOutLocationChanged() function in bluetooth::topshim::rust::DBusVolumeControlCallbacks
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_vc.cpp | 151 void OnExtAudioOutLocationChanged(const RawAddress& bd_addr, in OnExtAudioOutLocationChanged() function in android::VolumeControlCallbacksImpl
|