Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java135 mInOrder.verify(mWifiNative, never()).createNanIface(any(), any(), any()); in testControlFlowWithoutInterface()
149 when(mWifiNative.createNanIface(any(), any(), any())) in testReferenceCounting()
159 mInOrder.verify(mWifiNative).createNanIface(mDestroyedListenerCaptor.capture(), in testReferenceCounting()
175 mInOrder.verify(mWifiNative).createNanIface(mDestroyedListenerCaptor.capture(), in testReferenceCounting()
196 mInOrder.verify(mWifiNative, never()).createNanIface(any(), any(), any()); in testReferenceCounting()
210 when(mWifiNative.createNanIface(any(), any(), any())) in testRequestFlowWithAsyncDeletes()
220 mInOrder.verify(mWifiNative).createNanIface(mDestroyedListenerCaptor.capture(), in testRequestFlowWithAsyncDeletes()
235 mInOrder.verify(mWifiNative, never()).createNanIface(any(), any(), any()); in testRequestFlowWithAsyncDeletes()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiChip.java71 WifiNanIface createNanIface(); in createNanIface() method
DWifiChip.java574 public WifiNanIface createNanIface() { in createNanIface() method in WifiChip
576 () -> mWifiChip.createNanIface()); in createNanIface()
DWifiChipAidlImpl.java186 public WifiNanIface createNanIface() { in createNanIface() method in WifiChipAidlImpl
191 IWifiNanIface iface = mWifiChip.createNanIface(); in createNanIface()
DWifiChipHidlImpl.java133 public WifiNanIface createNanIface() { in createNanIface() method in WifiChipHidlImpl
651 mWifiChip.createNanIface((status, iface) -> { in createNanIfaceInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java135 mNanIface = mWifiNative.createNanIface(mInterfaceDestroyedListener, in tryToGetAware()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java396 mDut.createNanIface(nanDestroyedListener, mHandler, TEST_WORKSOURCE_0); in testCacheMismatchError()
710 WifiNanIface nanIface = mDut.createNanIface(null, null, TEST_WORKSOURCE_1); in testReplaceRequestorWs()
776 WifiInterface nanIface = mDut.createNanIface(null, null, TEST_WORKSOURCE_1); in testInterfaceCreationFlowIfCanDeleteWithUserApproval()
933 WifiInterface nanIface = mDut.createNanIface(null, null, TEST_WORKSOURCE_2); in testDisconnectedP2pTreatedAsOpportunisticAfterTimeout()
950 nanIface = mDut.createNanIface(null, null, TEST_WORKSOURCE_2); in testDisconnectedP2pTreatedAsOpportunisticAfterTimeout()
1428 .when(chipMock.chip).createNanIface(); in testCreateIfaceTestChipV1UsingNullHandlerListeners()
1429 assertNull(mDut.createNanIface(idl, null, TEST_WORKSOURCE_0)); in testCreateIfaceTestChipV1UsingNullHandlerListeners()
2984 mDut.createNanIface(null, null, TEST_WORKSOURCE_0); in testInterfaceCreationFlowTestChipV4ForR()
4230 .when(chipMock.chip).createNanIface(); in validateInterfaceSequence()
4231 mDut.createNanIface(destroyedListener, mHandler, requestorWs); in validateInterfaceSequence()
[all …]
DWifiNativeInterfaceManagementTest.java1561 }).when(mHalDeviceManager).createNanIface(any(), any(), any()); in testCreateNanIfaceAndTeardownClientIface()
2234 when(mHalDeviceManager.createNanIface(any(), any(), any())) in executeAndValidateCreateNanInterface()
2237 mActiveNanIface = mWifiNative.createNanIface(mTestInterfaceDestroyedListener, in executeAndValidateCreateNanInterface()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java418 public WifiNanIface createNanIface(@Nullable InterfaceDestroyedListener destroyedListener, in createNanIface() method in HalDeviceManager
2460 iface = ifaceCreationData.chipInfo.chip.createNanIface();
DWifiNative.java1298 public Iface createNanIface( in createNanIface() method in WifiNative
1310 WifiNanIface nanIface = mWifiInjector.getHalDeviceManager().createNanIface( in createNanIface()