Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiChipHidlImplTest.java604 when(mIWifiChipMockV13.setLatencyMode(anyInt())).thenReturn(mWifiStatusSuccess); in testSetLowLatencyMode_1_3_enabled()
606 verify(mIWifiChipMockV13).setLatencyMode(eq(mode)); in testSetLowLatencyMode_1_3_enabled()
618 when(mIWifiChipMockV13.setLatencyMode(anyInt())).thenReturn(mWifiStatusSuccess); in testSetLowLatencyMode_1_3_disabled()
620 verify(mIWifiChipMockV13).setLatencyMode(eq(mode)); in testSetLowLatencyMode_1_3_disabled()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.h55 ndk::ScopedAStatus setLatencyMode(LatencyMode latency_mode) override;
Dbluetooth_audio_port_impl.cc217 ndk::ScopedAStatus BluetoothAudioPortImpl::setLatencyMode( in setLatencyMode() function in bluetooth::audio::aidl::BluetoothAudioPortImpl
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java1018 mWifiChip.setLatencyMode(mode); in setLowLatencyMode()
DWifiChipHidlImpl.java1348 WifiStatus status = chip13.setLatencyMode(mode); in setLowLatencyModeInternal()