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.cpp1687 wifi_scan_result *mResult; member in AnqpoConfigureCommand
1694 mResult = NULL; in AnqpoConfigureCommand()
1803 mResult = (wifi_scan_result *)malloc(sizeof(wifi_scan_result)); in handleEvent()
1804 if (!mResult) { in handleEvent()
1809 convert_to_hal_result(mResult, fixed); in handleEvent()
1816 ALOGI("%-32s\t", mResult->ssid); in handleEvent()
1818 ALOGI("%02x:%02x:%02x:%02x:%02x:%02x ", mResult->bssid[0], mResult->bssid[1], in handleEvent()
1819 mResult->bssid[2], mResult->bssid[3], mResult->bssid[4], mResult->bssid[5]); in handleEvent()
1821 ALOGI("%d\t", mResult->rssi); in handleEvent()
1822 ALOGI("%d\t", mResult->channel); in handleEvent()
[all …]