OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supplicantIface
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java
285
Mutable<ISupplicantIface>
supplicantIface
= new Mutable<>();
296
supplicantIface
.value = iface;
306
if (
supplicantIface
.value == null) {
310
mISupplicantStaIface = getStaIfaceMockable(
supplicantIface
.value);
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java
253
SupplicantResult<ISupplicantIface>
supplicantIface
=
264
supplicantIface
.setResult(status, iface);
274
if (
supplicantIface
.getResult() == null) {
278
mISupplicantP2pIface = getP2pIfaceMockable(
supplicantIface
.getResult());
[
all
...]
Completed in 49 milliseconds