Home
last modified time | relevance | path

Searched refs:mInterfaceType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java240 private final int mInterfaceType; field in IpServer
298 mInterfaceType = interfaceType; in IpServer()
342 return mInterfaceType; in interfaceType()
494 mInterfaceType)); in onLeasesChanged()
618 if (mInterfaceType == TetheringManager.TETHERING_BLUETOOTH) { in configureIPv4()
628 if (mInterfaceType == TetheringManager.TETHERING_WIFI in configureIPv4()
629 || mInterfaceType == TetheringManager.TETHERING_WIFI_P2P in configureIPv4()
630 || mInterfaceType == TetheringManager.TETHERING_ETHERNET in configureIPv4()
631 || mInterfaceType == TetheringManager.TETHERING_WIGIG) { in configureIPv4()
658 if (mInterfaceType == TetheringManager.TETHERING_BLUETOOTH) { in requestIpv4Address()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp67 mInterfaceType(INTERFACE_TYPE_FB), in ExynosDevice()
87 mInterfaceType = getDeviceInterfaceType(); in ExynosDevice()
89 ALOGD("HWC2 : %s : interface type(%d)", __func__, mInterfaceType); in ExynosDevice()
157 initDeviceInterface(mInterfaceType); in ExynosDevice()
160 if (mInterfaceType == INTERFACE_TYPE_DRM) { in ExynosDevice()
H A DExynosDevice.h319 uint32_t mInterfaceType;