Searched refs:HDM_CREATE_IFACE_P2P (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HalDeviceManagerTest.java | 22 import static com.android.server.wifi.HalDeviceManager.HDM_CREATE_IFACE_P2P; 803 runCreateSingleXxxInterfaceNoInitMode(new TestChipV1(), HDM_CREATE_IFACE_P2P, "p2p0", in testCreateP2pInterfaceNoInitModeTestChipV1() 832 runCreateSingleXxxInterfaceNoInitMode(new TestChipV2(), HDM_CREATE_IFACE_P2P, "p2p0", in testCreateP2pInterfaceNoInitModeTestChipV2() 860 runCreateSingleXxxInterfaceNoInitMode(new TestChipV3(), HDM_CREATE_IFACE_P2P, "p2p0", in testCreateP2pInterfaceNoInitModeTestChipV3() 898 runCreateSingleXxxInterfaceNoInitMode(new TestChipV4(), HDM_CREATE_IFACE_P2P, "p2p0", in testCreateP2pInterfaceNoInitModeTestChipV4() 1396 HDM_CREATE_IFACE_P2P, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV2() 1804 HDM_CREATE_IFACE_P2P, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV3() 2106 HDM_CREATE_IFACE_P2P, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV4() 2239 HDM_CREATE_IFACE_P2P, // ifaceTypeToCreate in testInterfaceCreationFlowTestChipV4ForR() 2820 case HDM_CREATE_IFACE_P2P: in runCreateSingleXxxInterfaceNoInitMode() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | HalDeviceManager.java | 97 public static final int HDM_CREATE_IFACE_P2P = 3; field in HalDeviceManager 105 HDM_CREATE_IFACE_P2P, 114 put(HDM_CREATE_IFACE_P2P, IfaceType.P2P); 324 return (IWifiP2pIface) createIface(HDM_CREATE_IFACE_P2P, requiredChipCapabilities, in createP2pIface() 2306 case HDM_CREATE_IFACE_P2P: in executeChipReconfiguration()
|