Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc99 MOCK_METHOD((void), OnExtAudioOutLocationChanged,
1136 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)).Times(1); in TEST_F()
1137 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)).Times(1); in TEST_F()
1150 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)).Times(1); in TEST_F()
1151 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)).Times(1); in TEST_F()
1166 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)).Times(1); in TEST_F()
1167 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)).Times(1); in TEST_F()
1182 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)).Times(1); in TEST_F()
1183 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 2, _)).Times(1); in TEST_F()
1196 EXPECT_CALL(callbacks, OnExtAudioOutLocationChanged(test_address, 1, _)).Times(1); in TEST_F()
[all …]
Dvc.cc402 OnExtAudioOutLocationChanged(device, offset, len, value); in OnCharacteristicValueChanged()
583 void OnExtAudioOutLocationChanged(VolumeControlDevice* device, VolumeOffset* offset, uint16_t len, in OnExtAudioOutLocationChanged() function in __anon0b42fadf0111::VolumeControlImpl
602 callbacks_->OnExtAudioOutLocationChanged(device->address, offset->id, offset->location); in OnExtAudioOutLocationChanged()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_vc.cc99 void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutLocationChanged() function in __anonfc77ebc00111::VolumeControlInterfaceImpl
101 do_in_jni_thread(Bind(&VolumeControlCallbacks::OnExtAudioOutLocationChanged, in OnExtAudioOutLocationChanged()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_vc.h71 virtual void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id,
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc127 void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutLocationChanged() function in bluetooth::topshim::rust::DBusVolumeControlCallbacks
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp181 void OnExtAudioOutLocationChanged(const RawAddress& bd_addr, uint8_t ext_output_id, in OnExtAudioOutLocationChanged() function in android::VolumeControlCallbacksImpl