/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 99 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 …]
|
D | vc.cc | 402 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/ |
D | btif_vc.cc | 99 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/ |
D | bt_vc.h | 71 virtual void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 127 void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutLocationChanged() function in bluetooth::topshim::rust::DBusVolumeControlCallbacks
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_vc.cpp | 181 void OnExtAudioOutLocationChanged(const RawAddress& bd_addr, uint8_t ext_output_id, in OnExtAudioOutLocationChanged() function in android::VolumeControlCallbacksImpl
|