Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/ril/src/com/android/cuttlefish/ril/tests/
DRilE2eTests.java94 if (net != null && net.getType() == ConnectivityManager.TYPE_MOBILE) break; in testRilConnects()
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/
DWifiE2eTests.java167 if (net != null && net.getType() == ConnectivityManager.TYPE_WIFI) break; in testWifiConnects()
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h266 const char *getType() { in getType() function
Dwifi_hal.cpp412 ALOGI("Command left in event_cb %p:%s", cmd, (cmd ? cmd->getType(): "")); in wifi_cleanup()
420 ALOGI("Cancelling command %p:%s", cmd, cmd->getType()); in wifi_cleanup()
425 ALOGI("Cancelling command %p:%s did not work", cmd, (cmd ? cmd->getType(): "")); in wifi_cleanup()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp180 displayHook<decltype(&Display::getType), in doGetFunction()
181 &Display::getType, int32_t*>); in doGetFunction()
720 Error EmuHWC2::Display::getType(int32_t* outType) { in getType() function in android::EmuHWC2::Display
DEmuHWC2.h234 HWC2::Error getType(int32_t* outType);
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h220 HWC2::Error getType(int32_t* outType);
DHWC2.cpp207 displayHook<decltype(&Display::getType), in doGetFunction()
208 &Display::getType, int32_t*>); in doGetFunction()
802 Error CfHWC2::Display::getType(int32_t* outType) { in getType() function in android::CfHWC2::Display