Searched defs:results (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp222 wifi_scan_result *results,
254 results[i].ts =
271 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len;
272 memcpy((void *)&results[i].ssid,
287 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
288 memcpy(&results[i].bssid,
300 results[i].channel =
312 results[
220 gscan_parse_hotlist_ap_results( u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
354 gscan_get_significant_change_results(u32 num_results, wifi_significant_change_result **results, u32 starting_index, struct nlattr **tb_vendor) argument
464 gscan_parse_hotlist_ssid_results( u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
876 gscan_parse_pno_network_results( u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
[all...]
H A Dgscan.cpp1147 /* Get the GSCAN cached scan results. */
1150 wifi_cached_scan_results *results,
1154 wifi_cached_scan_results *result = results;
1183 results,
1194 if (results == NULL || num == NULL) {
1217 ret = gScanCommand->allocCachedResultsTemp(max, results);
1224 /* Clear the destination cached results list before copying results. */
1225 memset(results, 0, max * sizeof(wifi_cached_scan_results));
1266 /* Proceed to cleanup & return no results */
1148 wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, int max, wifi_cached_scan_results *results, int *num) argument
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/
H A Dmraa.c581 glob_t results; local
582 results.gl_pathc = 0;
583 glob(filename, 0, NULL, &results);
584 int file_found = results.gl_pathc == 1;
585 globfree(&results);
662 glob_t results; local
664 results.gl_pathc = 0;
665 glob(filename, 0, NULL, &results);
666 if (results.gl_pathc == 1)
667 res = strdup(results
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsad_test.cc168 void SADs(unsigned int *results) { argument
174 results));
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h128 // low, the firmware should choose to generate results as
137 * REPORT_EVENTS_FULL_RESULTS => forward scan results (beacons/probe responses + IEs)
200 WIFI_SCAN_FLAG_INTERRUPTED = 1 // Indicates that scan results are not complete because
204 /* Get the GSCAN cached scan results */
212 // scanned to produce this list of results.
216 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid member in struct:__anon1916
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);
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp45 GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, /* indicates no more results */
313 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) argument
315 memset(results, 0, sizeof(wifi_scan_result) * num);
323 wifi_scan_result *result = results + i;
348 ALOGE("Got too many results; skipping some");
400 ALOGV("Enabling Full scan results");
412 ALOGE("failed to enable full scan results; result = %d", result);
421 ALOGV("Disabling Full scan results");
430 ALOGE("failed to disable full scan results;result = %d", result);
445 ALOGV("Full scan results
826 GetScanResultsCommand(wifi_interface_handle iface, byte flush, wifi_cached_scan_results *results, int max, int *num) argument
943 wifi_gscan_result_t *results = (wifi_gscan_result_t *)it2.get_data(); local
976 wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, int max, wifi_cached_scan_results *results, int *num) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc135 // results. This reporter will only catch failures generated in the current
172 SingleFailureChecker(const TestPartResultArray* results,
915 // You can register your own repoter to listen either only for test results
916 // from the current thread or for results from all threads.
1091 // current_test_info is NULL, the assertion results will be stored in
1111 // Clears the results of all tests, except the ad hoc tests.
1116 // Clears the results of ad-hoc test assertions.
1186 // Initializes the event listener for streaming test results to a socket.
1273 // stores assertion results in ad_hoc_test_result_. Initially NULL.
1279 // assertion results i
2093 HasOneFailure(const char* , const char* , const char* , const TestPartResultArray& results, TestPartResult::Type type, const string& substr) argument
2132 SingleFailureChecker( const TestPartResultArray* results, TestPartResult::Type type, const string& substr) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h469 /* incremental scan results struct */
472 wl_scan_results_t results; member in struct:wl_iscan_results
477 (WL_SCAN_RESULTS_FIXED_SIZE + OFFSETOF(wl_iscan_results_t, results))

Completed in 1690 milliseconds