Searched refs:setLatencyMode (Results 1 – 5 of 5) sorted by relevance
604 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()
55 ndk::ScopedAStatus setLatencyMode(LatencyMode latency_mode) override;
217 ndk::ScopedAStatus BluetoothAudioPortImpl::setLatencyMode( in setLatencyMode() function in bluetooth::audio::aidl::BluetoothAudioPortImpl
1018 mWifiChip.setLatencyMode(mode); in setLowLatencyMode()
1348 WifiStatus status = chip13.setLatencyMode(mode); in setLowLatencyModeInternal()