Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_vc.cc98 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/
Dbt_vc.h59 virtual void OnExtAudioOutLocationChanged(const RawAddress& address,
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc90 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()
Dvc.cc343 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/
Dvc_shim.cc134 void OnExtAudioOutLocationChanged( in OnExtAudioOutLocationChanged() function in bluetooth::topshim::rust::DBusVolumeControlCallbacks
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp151 void OnExtAudioOutLocationChanged(const RawAddress& bd_addr, in OnExtAudioOutLocationChanged() function in android::VolumeControlCallbacksImpl