Home
last modified time | relevance | path

Searched refs:halType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1867 byte halType; in addRxFilter()
1870 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in addRxFilter()
1873 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in addRxFilter()
1879 return addRxFilter(ifaceName, halType); in addRxFilter()
1908 byte halType; in removeRxFilter()
1911 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in removeRxFilter()
1914 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in removeRxFilter()
1920 return removeRxFilter(ifaceName, halType); in removeRxFilter()
/frameworks/native/cmds/lshal/
DListCommand.cpp1046 HalType halType = halTypeIter->second; in registerAllOptions() local
1047 if (std::find(thiz->mListTypes.begin(), thiz->mListTypes.end(), halType) == in registerAllOptions()
1049 thiz->mListTypes.push_back(halType); in registerAllOptions()