Searched refs:getType (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/tests/ril/src/com/android/cuttlefish/ril/tests/ |
D | RilE2eTests.java | 94 if (net != null && net.getType() == ConnectivityManager.TYPE_MOBILE) break; in testRilConnects()
|
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/ |
D | WifiE2eTests.java | 167 if (net != null && net.getType() == ConnectivityManager.TYPE_WIFI) break; in testWifiConnects()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.h | 266 const char *getType() { in getType() function
|
D | wifi_hal.cpp | 412 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/ |
D | EmuHWC2.cpp | 180 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
|
D | EmuHWC2.h | 234 HWC2::Error getType(int32_t* outType);
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.h | 220 HWC2::Error getType(int32_t* outType);
|
D | HWC2.cpp | 207 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
|