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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp140 wifi_scan_result *results,
172 results[i].ts =
189 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len;
190 memcpy((void *)&results[i].ssid,
205 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len;
206 memcpy(&results[i].bssid,
218 results[i].channel =
230 results[
139 gscan_get_hotlist_ap_found_results(u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
277 gscan_get_significant_change_results(u32 num_results, wifi_significant_change_result **results, u32 starting_index, struct nlattr **tb_vendor) argument
[all...]
H A Dgscancommand.h68 wifi_scan_result *results; member in struct:__anon2373
109 unsigned num_results, wifi_scan_result *results);
113 wifi_significant_change_result **results);
174 wifi_scan_result *results);
H A Dgscan.cpp1065 ALOGD("%s: Number of cached results = %d.", __func__, numResults);
1068 /* Get the GSCAN cached scan results. */
1071 wifi_scan_result *results,
1075 wifi_scan_result *result = results;
1086 if (results == NULL) {
1087 ALOGE("%s: NULL results pointer provided. Exit.",
1162 /* Read more data flag and number of results of retrieved cached results
1164 * If more data is 0 or numResults >= max, return with results populated.
1165 * Otherwise, loop in 4s wait for next results fragmen
1069 wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, int max, wifi_scan_result *results, int *num) argument
1433 gscan_get_cached_results(u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
2099 getGetCachedResultsRspParams( int max, u8 *moreData, int *numResults, wifi_scan_result *results) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp44 GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, /* indicates no more results */
237 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr) argument
239 memset(results, 0, sizeof(wifi_scan_result) * num);
247 wifi_scan_result *result = results + i;
272 ALOGE("Got too many results; skipping some");
324 ALOGD("Enabling Full scan results");
336 ALOGE("failed to enable full scan results; result = %d", result);
345 ALOGD("Disabling Full scan results");
354 ALOGE("failed to disable full scan results;result = %d", result);
369 ALOGI("Full scan results
784 GetScanResultsCommand(wifi_interface_handle iface, byte flush, wifi_scan_result *results, int max, int *num) argument
891 wifi_scan_result *results = (wifi_scan_result *)it2.get_data(); local
915 wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, int max, wifi_scan_result *results, int *num) argument
[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/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 516 milliseconds