/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 222 wifi_scan_result *results, in gscan_parse_hotlist_ap_results() argument 254 results[i].ts = in gscan_parse_hotlist_ap_results() 271 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_parse_hotlist_ap_results() 272 memcpy((void *)&results[i].ssid, in gscan_parse_hotlist_ap_results() 287 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len; in gscan_parse_hotlist_ap_results() 288 memcpy(&results[i].bssid, in gscan_parse_hotlist_ap_results() 300 results[i].channel = in gscan_parse_hotlist_ap_results() 312 results[i].rssi = in gscan_parse_hotlist_ap_results() 324 results[i].rtt = in gscan_parse_hotlist_ap_results() 336 results[i].rtt_sd = in gscan_parse_hotlist_ap_results() [all …]
|
D | gscancommand.h | 75 unsigned num_results, wifi_scan_result *results); 77 unsigned num_results, wifi_scan_result *results); 80 wifi_significant_change_result **results); 89 unsigned num_results, wifi_scan_result *results); 91 unsigned num_results, wifi_scan_result *results); 93 unsigned num_results, wifi_scan_result *results); 132 virtual int gscan_get_cached_results(wifi_cached_scan_results *results, 135 wifi_cached_scan_results *results);
|
D | gscan.cpp | 1150 wifi_cached_scan_results *results, in wifi_get_cached_gscan_results() argument 1154 wifi_cached_scan_results *result = results; in wifi_get_cached_gscan_results() 1183 results, in wifi_get_cached_gscan_results() 1194 if (results == NULL || num == NULL) { in wifi_get_cached_gscan_results() 1217 ret = gScanCommand->allocCachedResultsTemp(max, results); in wifi_get_cached_gscan_results() 1225 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results() 1272 ret = gScanCommand->copyCachedScanResults(num, results); in wifi_get_cached_gscan_results() 1280 results[(*num)-1].flags = WIFI_SCAN_FLAG_INTERRUPTED; in wifi_get_cached_gscan_results() 1282 "for scan_id:%d", __FUNCTION__, results[(*num)-1].scan_id); in wifi_get_cached_gscan_results() 1934 cached_results[i].results[j].ts = in gscan_get_cached_results() [all …]
|
D | gscan_event_handler.h | 79 wifi_scan_result *results, 84 wifi_scan_result *results,
|
D | wifihal_internal.h | 94 wifi_cached_scan_results *results,
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 216 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid member 220 int max, wifi_cached_scan_results *results, int *num); 225 unsigned num_results, wifi_scan_result *results); 227 unsigned num_results, wifi_scan_result *results); 252 unsigned num_results, wifi_scan_result *results); 254 unsigned num_results, wifi_scan_result *results); 290 unsigned num_results, wifi_significant_change_result **results); 393 unsigned num_results, wifi_scan_result *results);
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
D | mraa.c | 581 glob_t results; in mraa_file_exist() local 582 results.gl_pathc = 0; in mraa_file_exist() 583 glob(filename, 0, NULL, &results); in mraa_file_exist() 584 int file_found = results.gl_pathc == 1; in mraa_file_exist() 585 globfree(&results); in mraa_file_exist() 662 glob_t results; in mraa_file_unglob() local 664 results.gl_pathc = 0; in mraa_file_unglob() 665 glob(filename, 0, NULL, &results); in mraa_file_unglob() 666 if (results.gl_pathc == 1) in mraa_file_unglob() 667 res = strdup(results.gl_pathv[0]); in mraa_file_unglob() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_sad_sse3.asm | 177 ; int *results) 219 ; int *results) 257 ; int *results) 286 ; int *results) 311 ; int *results)
|
D | vp9_variance_impl_mmx.asm | 282 ; 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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | sad_sse3.asm | 382 ; 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)
|
D | subpixel_mmx.asm | 93 movq [rdi], mm3 ; store the results in the destination 188 movd [rdi],mm3 ; store the results in the destination
|
D | subpixel_sse2.asm | 393 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
|
D | variance_impl_mmx.asm | 282 ; 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
|
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
D | CMakeLists.txt | 12 # configured documentation tools and intermediate build results
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 30 ; 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
|
D | vp9_idct32x32_add_neon.asm | 102 ; 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/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | GetGitRevisionDescription.cmake | 12 # Returns the results of git describe on the source tree, and adjusting 17 # Returns the results of git describe --exact-match on the source tree,
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | GetGitRevisionDescription.cmake | 12 # Returns the results of git describe on the source tree, and adjusting 17 # Returns the results of git describe --exact-match on the source tree,
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 313 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) in parseScanResults() argument 315 memset(results, 0, sizeof(wifi_scan_result) * num); in parseScanResults() 323 wifi_scan_result *result = results + i; in parseScanResults() 827 wifi_cached_scan_results *results, int max, int *num) in GetScanResultsCommand() argument 828 : WifiCommand("GetScanResultsCommand", iface, -1), mScans(results), mMax(max), mNum(num), in GetScanResultsCommand() 943 wifi_gscan_result_t *results = (wifi_gscan_result_t *)it2.get_data(); in handleResponse() local 944 wifi_scan_result *mScanResults = mScans[mRetrieved].results; in handleResponse() 947 wifi_gscan_result_t *result = &results[i]; in handleResponse() 977 int max, wifi_cached_scan_results *results, int *num) { in wifi_get_cached_gscan_results() argument 980 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num); in wifi_get_cached_gscan_results()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 58 * These are struct declaratios for the function results
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 58 * These are struct declaratios for the function results
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 58 * These are struct declaratios for the function results
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | testing.md | 40 check on results.
|
/hardware/intel/common/libva/test/basic/ |
D | testplan.txt | 25 - Check if results for vaGetConfigAttributes match with vaQueryConfigAttributes for
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 29 the results of its tests to speed up reconfiguring. Caching is 37 some point `config.cache' contains results you don't want to keep, you 114 may have to build one architecture at a time and combine the results 260 Enable the cache: use and save the results of the tests in FILE,
|