Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/1.0/vts/functional/
DVtsHalHealthStorageV1_0TargetTest.cpp85 mResult = result; in onFinish()
98 EXPECT_EQ(expected, mResult); in waitForResult()
102 Result mResult{Result::UNKNOWN_ERROR}; member in android::hardware::health::storage::V1_0::GcCallback
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp1873 wifi_scan_result *mResult; member in AnqpoConfigureCommand
1880 mResult = NULL; in AnqpoConfigureCommand()
1989 mResult = (wifi_scan_result *)malloc(sizeof(wifi_scan_result)); in handleEvent()
1990 if (!mResult) { in handleEvent()
1995 convert_to_hal_result(mResult, fixed); in handleEvent()
2002 ALOGI("%-32s\t", mResult->ssid); in handleEvent()
2004 ALOGI("%02x:%02x:%02x:%02x:%02x:%02x ", mResult->bssid[0], mResult->bssid[1], in handleEvent()
2005 mResult->bssid[2], mResult->bssid[3], mResult->bssid[4], mResult->bssid[5]); in handleEvent()
2007 ALOGI("%d\t", mResult->rssi); in handleEvent()
2008 ALOGI("%d\t", mResult->channel); in handleEvent()
[all …]