/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 218 wifi_scan_result *results, in gscan_parse_hotlist_ap_results() argument 250 results[i].ts = in gscan_parse_hotlist_ap_results() 267 sizeof(results->ssid) <= len ? sizeof(results->ssid) : len; in gscan_parse_hotlist_ap_results() 268 memcpy((void *)&results[i].ssid, in gscan_parse_hotlist_ap_results() 283 sizeof(results->bssid) <= len ? sizeof(results->bssid) : len; in gscan_parse_hotlist_ap_results() 284 memcpy(&results[i].bssid, in gscan_parse_hotlist_ap_results() 296 results[i].channel = in gscan_parse_hotlist_ap_results() 308 results[i].rssi = in gscan_parse_hotlist_ap_results() 320 results[i].rtt = in gscan_parse_hotlist_ap_results() 332 results[i].rtt_sd = in gscan_parse_hotlist_ap_results() [all …]
|
D | gscancommand.h | 73 unsigned num_results, wifi_scan_result *results); 75 unsigned num_results, wifi_scan_result *results); 78 wifi_significant_change_result **results); 87 unsigned num_results, wifi_scan_result *results); 89 unsigned num_results, wifi_scan_result *results); 91 unsigned num_results, wifi_scan_result *results); 127 virtual wifi_error gscan_get_cached_results(wifi_cached_scan_results *results, 133 wifi_cached_scan_results *results);
|
D | gscan.cpp | 982 wifi_cached_scan_results *results, in wifi_get_cached_gscan_results() argument 1004 if (results == NULL || num == NULL) { in wifi_get_cached_gscan_results() 1027 ret = gScanCommand->allocCachedResultsTemp(max, results); in wifi_get_cached_gscan_results() 1035 memset(results, 0, max * sizeof(wifi_cached_scan_results)); in wifi_get_cached_gscan_results() 1082 ret = gScanCommand->copyCachedScanResults(num, results); in wifi_get_cached_gscan_results() 1090 results[(*num)-1].flags = WIFI_SCAN_FLAG_INTERRUPTED; in wifi_get_cached_gscan_results() 1092 "for scan_id:%d", __FUNCTION__, results[(*num)-1].scan_id); in wifi_get_cached_gscan_results() 1507 cached_results[i].results[j].ts = in gscan_get_cached_results() 1525 sizeof(cached_results[i].results[j].ssid) <= len ? in gscan_get_cached_results() 1526 sizeof(cached_results[i].results[j].ssid) : len; in gscan_get_cached_results() [all …]
|
D | gscan_event_handler.h | 79 wifi_scan_result *results, 84 wifi_scan_result *results,
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | ReturnIn.h | 36 ReturnIn(ResultStore&... ts) : results(ts...) {} in ReturnIn() 39 void operator()(Results&&... results) { in operator() 40 set(std::forward<Results>(results)...); in operator() 47 std::get<sizeof...(ResultStore) - sizeof...(Tail) - 1>(results) = std::forward<Head>(head); in set() 54 std::tuple<ResultStore&...> results; variable
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 225 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid member 229 int max, wifi_cached_scan_results *results, int *num); 234 unsigned num_results, wifi_scan_result *results); 236 unsigned num_results, wifi_scan_result *results); 261 unsigned num_results, wifi_scan_result *results); 263 unsigned num_results, wifi_scan_result *results); 289 unsigned num_results, wifi_significant_change_result **results); 392 unsigned num_results, wifi_scan_result *results);
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 47 bool enumeratePlugins(vector<HidlCasPluginDescriptor>* results); 62 bool queryPluginsFromPath(const String8& path, vector<HidlCasPluginDescriptor>* results); 116 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins() argument 119 results->clear(); in enumeratePlugins() 135 queryPluginsFromPath(pluginPath, results); in enumeratePlugins() 162 vector<HidlCasPluginDescriptor>* results) { in queryPluginsFromPath() argument 172 results->push_back( in queryPluginsFromPath()
|
D | MediaCasService.cpp | 71 vector<HidlCasPluginDescriptor> results; in enumeratePlugins() local 72 mCasLoader.enumeratePlugins(&results); in enumeratePlugins() 74 _hidl_cb(results); in enumeratePlugins()
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 47 bool enumeratePlugins(vector<HidlCasPluginDescriptor>* results); 62 bool queryPluginsFromPath(const String8& path, vector<HidlCasPluginDescriptor>* results); 116 bool FactoryLoader<T>::enumeratePlugins(vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins() argument 119 results->clear(); in enumeratePlugins() 135 queryPluginsFromPath(pluginPath, results); in enumeratePlugins() 162 vector<HidlCasPluginDescriptor>* results) { in queryPluginsFromPath() argument 172 results->push_back( in queryPluginsFromPath()
|
D | MediaCasService.cpp | 72 vector<HidlCasPluginDescriptor> results; in enumeratePlugins() local 73 mCasLoader.enumeratePlugins(&results); in enumeratePlugins() 75 _hidl_cb(results); in enumeratePlugins()
|
/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 48 bool enumeratePlugins(vector<HidlCasPluginDescriptor>* results); 68 vector<HidlCasPluginDescriptor>* results); 125 vector<HidlCasPluginDescriptor>* results) { in enumeratePlugins() argument 128 results->clear(); in enumeratePlugins() 144 queryPluginsFromPath(pluginPath, results); in enumeratePlugins() 172 const String8 &path, vector<HidlCasPluginDescriptor>* results) { in queryPluginsFromPath() argument 182 results->push_back( HidlCasPluginDescriptor { in queryPluginsFromPath()
|
D | MediaCasService.cpp | 47 vector<HidlCasPluginDescriptor> results; in enumeratePlugins() local 48 mCasLoader.enumeratePlugins(&results); in enumeratePlugins() 50 _hidl_cb(results); in enumeratePlugins()
|
/hardware/google/pixel/powerstats/ |
D | PowerStats.cpp | 153 std::vector<PowerEntityStateResidencyResult> results; in getPowerEntityStateResidencyData() local 154 results.reserve(powerEntityIds.size()); in getPowerEntityStateResidencyData() 177 results.emplace_back(stateResidency->second); in getPowerEntityStateResidencyData() 188 _hidl_cb(results, ret); in getPowerEntityStateResidencyData() 210 const hidl_vec<PowerEntityStateResidencyResult> &results, int fd) { in DumpResidencyDataToFd() argument 220 for (auto result : results) { in DumpResidencyDataToFd() 240 const hidl_vec<PowerEntityStateResidencyResult> &results, int fd) { in DumpResidencyDataDiffToFd() argument 271 for (auto result : results) { in DumpResidencyDataDiffToFd() 353 hidl_vec<PowerEntityStateResidencyResult> results; in debugStateResidency() local 355 {}, [&status, &results, &dataTime, &dataTimeValid](auto rResults, auto rStatus) { in debugStateResidency() [all …]
|
D | WlanStateResidencyDataProvider.cpp | 40 std::unordered_map<uint32_t, PowerEntityStateResidencyResult> &results) { in getResults() argument 50 results.insert(std::make_pair(mPowerEntityId, result)); in getResults() 92 results.insert(std::make_pair(mPowerEntityId, result)); in getResults()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | QualityOfServiceTests.cpp | 200 MaybeResults results; in executeSynchronously() local 201 const auto cb = [&results](ErrorStatus status, const hidl_vec<OutputShape>& outputShapes, in executeSynchronously() 203 results.emplace(status, outputShapes, timing); in executeSynchronously() 213 return results; in executeSynchronously() 223 const auto results = execute(preparedModel, request, deadline); in runExecutionTest() local 224 if (!results.has_value()) return; in runExecutionTest() 225 const auto& [status, outputShapes, timing] = results.value(); in runExecutionTest()
|
/hardware/interfaces/power/stats/1.0/vts/functional/ |
D | VtsHalPowerStatsV1_0TargetTest.cpp | 67 void getResidencyResults(hidl_vec<PowerEntityStateResidencyResult>& results, 110 void PowerStatsHidlTest::getResidencyResults(hidl_vec<PowerEntityStateResidencyResult>& results, in getResidencyResults() argument 114 ids, [&status, &results](auto rResults, auto rStatus) { in __anon4a02aa110402() 116 results = rResults; in __anon4a02aa110402() 121 ASSERT_NE(results.size(), 0); 124 ASSERT_EQ(results.size(), 0); 276 hidl_vec<PowerEntityStateResidencyResult> results; in TEST_P() local 277 getResidencyResults(results); in TEST_P() 280 for (auto result : results) { in TEST_P() 314 hidl_vec<PowerEntityStateResidencyResult> results; in TEST_P() local [all …]
|
/hardware/interfaces/power/stats/1.0/default/ |
D | PowerStats.cpp | 372 std::vector<PowerEntityStateResidencyResult> results; in getPowerEntityStateResidencyData() local 373 results.reserve(powerEntityIds.size()); in getPowerEntityStateResidencyData() 396 results.emplace_back(stateResidency->second); in getPowerEntityStateResidencyData() 407 _hidl_cb(results, ret); in getPowerEntityStateResidencyData() 413 const hidl_vec<PowerEntityStateResidencyResult>& results, int fd) { in DumpResidencyDataToFd() argument 439 for (auto result : results) { in DumpResidencyDataToFd() 487 hidl_vec<PowerEntityStateResidencyResult> results; in debug() local 488 getPowerEntityStateResidencyData({}, [&status, &results](auto rResults, auto rStatus) { in debug() 490 results = rResults; in debug() 499 if (!DumpResidencyDataToFd(infos, stateSpaces, results, fd)) { in debug()
|
D | service.cpp | 46 bool getResults(std::unordered_map<uint32_t, PowerEntityStateResidencyResult>& results) { in getResults() argument 64 results.emplace(mPowerEntityId, result); in getResults()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 485 void CameraDeviceSession::ResultBatcher::freeReleaseFences(hidl_vec<CaptureResult>& results) { in freeReleaseFences() argument 486 for (auto& result : results) { in freeReleaseFences() 566 hidl_vec<CaptureResult> results; in sendBatchBuffersLocked() local 567 results.resize(batchSize); in sendBatchBuffersLocked() 569 results[i].frameNumber = batch->mFirstFrame + i; in sendBatchBuffersLocked() 570 results[i].fmqResultSize = 0; in sendBatchBuffersLocked() 571 results[i].partialResult = 0; // 0 for buffer only results in sendBatchBuffersLocked() 572 results[i].inputBuffer.streamId = -1; in sendBatchBuffersLocked() 573 results[i].inputBuffer.bufferId = 0; in sendBatchBuffersLocked() 574 results[i].inputBuffer.buffer = nullptr; in sendBatchBuffersLocked() [all …]
|
/hardware/interfaces/wifi/offload/1.0/ |
D | IOffload.hal | 23 * Configure the offload module to perform scans and filter results 54 * results based on configured scan filter and delivering the results after 56 * subscribed to the scan results, a call to this API must be a no-op. 59 * subscribing when scan results must be delivered to the client
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiRttControllerEventCallback.hal | 27 * @param results Vector of |RttResult| instances. 29 oneway onResults(CommandId cmdId, vec<RttResult> results);
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHwCallback.hal | 63 * @param event A RecognitionEvent structure containing detailed results 74 * @param event A RecognitionEvent structure containing detailed results 85 * @param event A ModelEvent structure containing detailed results of the
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 701 hidl_vec<CaptureResult> results; in processOneCaptureResult_3_4() local 702 results.resize(1); in processOneCaptureResult_3_4() 703 results[0] = std::move(result); in processOneCaptureResult_3_4() 704 invokeProcessCaptureResultCallback_3_4(results, /* tryWriteFmq */true); in processOneCaptureResult_3_4() 705 freeReleaseFences_3_4(results); in processOneCaptureResult_3_4() 710 hidl_vec<CaptureResult> &results, bool tryWriteFmq) { in invokeProcessCaptureResultCallback_3_4() argument 720 for (CaptureResult &result : results) { in invokeProcessCaptureResultCallback_3_4() 744 mCallback_3_4->processCaptureResult_3_4(results); in invokeProcessCaptureResultCallback_3_4() 748 void CameraDeviceSession::ResultBatcher_3_4::freeReleaseFences_3_4(hidl_vec<CaptureResult>& results… in freeReleaseFences_3_4() argument 749 for (auto& result : results) { in freeReleaseFences_3_4()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 38 * Send results from one or more completed or partially completed captures 68 * capture results are included in a single call, camera framework must 69 * process results sequentially from lower index to higher index, as if 70 * these results were sent to camera framework one by one, from lower index 109 processCaptureResult(vec<CaptureResult> results); 134 * As a result, the capture results of zero-shutter-lag requests with 136 * compared to capture results for other kinds of requests.
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | WlanStateResidencyDataProvider.h | 18 &results) override;
|