Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 38) sorted by relevance

12

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp140 wifi_scan_result *results, in gscan_get_hotlist_ap_found_results() argument
172 results[i].ts = in gscan_get_hotlist_ap_found_results()
189 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_get_hotlist_ap_found_results()
190 memcpy((void *)&results[i].ssid, in gscan_get_hotlist_ap_found_results()
205 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len; in gscan_get_hotlist_ap_found_results()
206 memcpy(&results[i].bssid, in gscan_get_hotlist_ap_found_results()
218 results[i].channel = in gscan_get_hotlist_ap_found_results()
230 results[i].rssi = in gscan_get_hotlist_ap_found_results()
242 results[i].rtt = in gscan_get_hotlist_ap_found_results()
254 results[i].rtt_sd = in gscan_get_hotlist_ap_found_results()
[all …]
Dgscan.cpp1071 wifi_scan_result *results, in wifi_get_cached_gscan_results() argument
1075 wifi_scan_result *result = results; in wifi_get_cached_gscan_results()
1086 if (results == NULL) { in wifi_get_cached_gscan_results()
1170 results); in wifi_get_cached_gscan_results()
1185 results); in wifi_get_cached_gscan_results()
1208 ((u8 *)&results[i] + sizeof(wifi_scan_result) + in wifi_get_cached_gscan_results()
1434 wifi_scan_result *results, in gscan_get_cached_results() argument
1466 results[i].ts = in gscan_get_cached_results()
1483 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_get_cached_results()
1484 memcpy((void *)&results[i].ssid, in gscan_get_cached_results()
[all …]
Dgscancommand.h68 wifi_scan_result *results; member
109 unsigned num_results, wifi_scan_result *results);
113 wifi_significant_change_result **results);
174 wifi_scan_result *results);
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h131 int max, wifi_scan_result *results, int *num);
136 unsigned num_results, wifi_scan_result *results);
138 unsigned num_results, wifi_scan_result *results);
171 unsigned num_results, wifi_significant_change_result **results);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_sad_sse3.asm177 ; int *results)
219 ; int *results)
257 ; int *results)
286 ; int *results)
311 ; int *results)
Dvp9_variance_impl_mmx.asm282 ; Now accumulate the final results.
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
397 ; Now accumulate the final results.
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
Dvp9_sad_ssse3.asm154 ; int *results)
267 ; int *results)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dsad_sse3.asm382 ; int *results)
424 ; int *results)
462 ; int *results)
491 ; int *results)
516 ; int *results)
705 ; int *results)
756 ; int *results)
803 ; int *results)
836 ; int *results)
865 ; int *results)
Dsubpixel_sse2.asm393 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
508 movdqa XMMWORD PTR [rdi], xmm1 ; store the results in the destination
618 movq QWORD PTR [rdi], xmm4 ; store the results in the destination
733 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination
783 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination
880 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
1098 movdqa [rdi], xmm3 ; store the results in the destination
1163 movdqa [rdi], xmm3 ; store the results in the destination
1207 movdqa [rdi], xmm3 ; store the results in the destination
1349 movq [rdi], xmm3 ; store the results in the destination
Dsubpixel_mmx.asm93 movq [rdi], mm3 ; store the results in the destination
188 movd [rdi],mm3 ; store the results in the destination
Dvariance_impl_mmx.asm282 ; Now accumulate the final results.
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
397 ; Now accumulate the final results.
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
Dsad_ssse3.asm154 ; int *results)
267 ; int *results)
Dsubpixel_ssse3.asm477 movq MMWORD PTR [rdi], xmm2 ;store the results
990 movdqa [rdi], xmm5 ; store the results in the destination
1109 movdqa [rdi], xmm2 ; store the results in the destination
1121 movdqa [rdi], xmm5 ; store the results in the destination
1256 movq [rdi], xmm7 ; store the results in the destination
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp237 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) in parseScanResults() argument
239 memset(results, 0, sizeof(wifi_scan_result) * num); in parseScanResults()
247 wifi_scan_result *result = results + i; in parseScanResults()
785 wifi_scan_result *results, int max, int *num) in GetScanResultsCommand() argument
786 : WifiCommand(iface, -1), mResults(results), mMax(max), mNum(num), in GetScanResultsCommand()
891 wifi_scan_result *results = (wifi_scan_result *)it2.get_data(); in handleResponse() local
893 wifi_scan_result *result = results + i; in handleResponse()
916 int max, wifi_scan_result *results, int *num) { in wifi_get_cached_gscan_results() argument
920 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num); in wifi_get_cached_gscan_results()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_idct4x4_add_neon.asm30 ; transposed rows) and then transpose the results (so that it goes back
107 ; transpose the results
157 ; The results are in two registers, one of them being swapped. This will
Dvp9_idct32x32_add_neon.asm102 ; Combine-add results with current destination content
103 ; q6-q9 contain the results (out[j * 32 + 0-31])
136 ; Combine-add results with current destination content
137 ; q6-q9 contain the results (out[j * 32 + 0-31])
170 ; Combine-add results with current destination content
171 ; q4-q7 contain the results (out[j * 32 + 0-31])
204 ; Combine-add results with current destination content
205 ; q4-q7 contain the results (out[j * 32 + 0-31])
280 ; (used) two for results, well four d registers
323 ; results of the first pass (transpose and transform rows)
[all …]
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr58 * These are struct declaratios for the function results
Dloc_api.xdr83 * These are struct declarations for the function results
/hardware/intel/common/libva/test/basic/
Dtestplan.txt25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsad_test.cc168 void SADs(unsigned int *results) { in SADs() argument
174 results)); in SADs()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr67 * These are struct declaratios for the function results
Dloc_api.xdr92 * These are struct declarations for the function results
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Didct_v6.asm73 ; use input buffer to store intermediate results
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr87 * These are struct declaratios for the function results
Dloc_api.xdr112 * These are struct declarations for the function results

12