Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c573 static const char* getRadioInterfaceName(bool hasWifi) in getRadioInterfaceName() argument
575 return hasWifi ? PPP_TTY_PATH_RADIO0 : PPP_TTY_PATH_ETH0; in getRadioInterfaceName()
586 bool hasWifi = hasWifiCapability(); in requestOrSendDataCallList() local
587 const char* radioInterfaceName = getRadioInterfaceName(hasWifi); in requestOrSendDataCallList()
1969 bool hasWifi = hasWifiCapability(); local
1970 const char* radioInterfaceName = getRadioInterfaceName(hasWifi);
2019 bool hasWifi = hasWifiCapability(); local
2020 const char* radioInterfaceName = getRadioInterfaceName(hasWifi);