Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc69 class MockBluetoothAudioClientInterfaceHidl { class
84 static void SetInstance(MockBluetoothAudioClientInterfaceHidl* ptr) { instance_ptr = ptr; } in SetInstance()
86 static MockBluetoothAudioClientInterfaceHidl* GetInstance() { return instance_ptr; } in GetInstance()
89 static MockBluetoothAudioClientInterfaceHidl* instance_ptr;
91 MockBluetoothAudioClientInterfaceHidl* MockBluetoothAudioClientInterfaceHidl::instance_ptr =
211 auto instance = MockBluetoothAudioClientInterfaceHidl::GetInstance(); in ReadAudioData()
226 auto instance = MockBluetoothAudioClientInterfaceHidl::GetInstance(); in IsValid()
234 auto instance = MockBluetoothAudioClientInterfaceHidl::GetInstance(); in WriteAudioData()
242 auto instance = MockBluetoothAudioClientInterfaceHidl::GetInstance(); in FlushAudioData()
249 auto instance = MockBluetoothAudioClientInterfaceHidl::GetInstance(); in UpdateAudioConfig_2_1()
[all …]