Searched refs:mResults (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HdrPlusListenerThread.cpp | 35 while (mResults.size() > 0) { in ~QCamera3HdrPlusListenerThread() 36 PendingResult result = mResults.front(); in ~QCamera3HdrPlusListenerThread() 37 mResults.pop(); in ~QCamera3HdrPlusListenerThread() 88 mResults.push(pendingResult); in onCaptureResult() 102 mResults.push(result); in onFailedCaptureResult() 225 if (mResults.size() == 0) { in handleCaptureResult() 229 result = mResults.front(); in handleCaptureResult() 230 mResults.pop(); in handleCaptureResult()
|
D | QCamera3HdrPlusListenerThread.h | 109 std::queue<PendingResult> mResults; variable
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 993 wifi_scan_result mResults[MAX_RESULTS]; member in BssidHotlistCommand 1143 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent() 1149 convert_to_hal_result(&(mResults[i]), inp); in handleEvent() 1155 (*mHandler.on_hotlist_ap_found)(id(), num, mResults); in handleEvent() 1159 (*mHandler.on_hotlist_ap_lost)(id(), num, mResults); in handleEvent() 1170 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; member in ePNOCommand 1346 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent() 1354 memcpy(mResults[i].ssid, res[i].ssid, res[i].ssid_len); in handleEvent() 1355 memcpy(mResults[i].bssid, res[i].bssid, sizeof(mac_addr)); in handleEvent() 1357 mResults[i].ssid[res[i].ssid_len] = '\0'; in handleEvent() [all …]
|