Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java124 when(mHalDeviceManager.createNanIface(any(), any())).thenReturn(mWifiNanIfaceMock); in testControlFlowWithoutInterface()
157 mInOrder.verify(mHalDeviceManager, never()).createNanIface(any(), any()); in testControlFlowWithoutInterface()
172 when(mHalDeviceManager.createNanIface(any(), any())).thenReturn(mWifiNanIfaceMock); in testReferenceCounting()
185 mInOrder.verify(mHalDeviceManager).createNanIface(mDestroyedListenerCaptor.capture(), in testReferenceCounting()
199 mInOrder.verify(mHalDeviceManager).createNanIface(mDestroyedListenerCaptor.capture(), in testReferenceCounting()
219 mInOrder.verify(mHalDeviceManager, never()).createNanIface(any(), any()); in testReferenceCounting()
233 when(mHalDeviceManager.createNanIface(any(), any())).thenReturn(mWifiNanIfaceMock); in testRequestFlowWithAsyncDeletes()
246 mInOrder.verify(mHalDeviceManager).createNanIface(mDestroyedListenerCaptor.capture(), in testRequestFlowWithAsyncDeletes()
260 mInOrder.verify(mHalDeviceManager, never()).createNanIface(any(), any()); in testRequestFlowWithAsyncDeletes()
275 when(mHalDeviceManager.createNanIface(any(), any())).thenReturn(mIWifiNanIface12Mock); in testBasicFlowHal12()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java135 IWifiNanIface iface = mHalDeviceManager.createNanIface(mInterfaceDestroyedListener, in tryToGetAware()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java356 IWifiIface nanIface2 = mDut.createNanIface(nanDestroyedListener, mHandler); in testCacheMismatchError()
1235 IWifiIface nanIface = mDut.createNanIface(nanDestroyedListener, mHandler); in testCreateSameAndDiffPrioritiesTestChipV1()
1483 IWifiIface nanIface = mDut.createNanIface(null, null); in testInterfaceCreationFlowTestChipV2()
1761 IWifiIface nanIface = mDut.createNanIface(null, null); in testInterfaceCreationFlowTestChipV3()
2025 IWifiIface nanIface = mDut.createNanIface(null, null); in testInterfaceCreationFlowTestChipV4()
2598 nanIface = mDut.createNanIface(nanDestroyedListener, mHandler); in runP2pAndNanExclusiveInteractionsTestChip()
2693 chipMock.chip).createNanIface(any(IWifiChip.createNanIfaceCallback.class)); in validateInterfaceSequence()
2695 mDut.createNanIface(destroyedListener, mHandler); in validateInterfaceSequence()
2745 mInOrder.verify(chipMock.chip).createNanIface( in validateInterfaceSequence()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java259 public IWifiNanIface createNanIface(@Nullable InterfaceDestroyedListener destroyedListener, in createNanIface() method in HalDeviceManager
1894 ifaceCreationData.chipInfo.chip.createNanIface( in executeChipReconfiguration()