Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 35) sorted by relevance

12

/system/chre/apps/wifi_offload/
Dscan_result_message.cc22 void ScanResultMessage::SetScanResults(const Vector<ScanResult> &results) { in SetScanResults()
30 void ScanResultMessage::GetScanResults(Vector<ScanResult> *results) { in GetScanResults()
45 auto results = SerializeVector(scan_results_, builder); in Serialize() local
Dflatbuffers_serialization.cc45 size_t Serialize(const wifi_offload::Vector<wifi_offload::ScanResult> &results, in Serialize()
53 wifi_offload::Vector<wifi_offload::ScanResult> *results) { in Deserialize()
/system/authgraph/wire/src/
Dcbor.rs157 let results: Result<Vec<_>, _> = arr.into_iter().map(<T>::from_cbor_value).collect(); in from_cbor_value() localVariable
158 let results: Vec<_> = results?; in from_cbor_value() localVariable
/system/chre/apps/test/chqts/src/general_test/
Dbasic_wifi_test.cc254 void validateRangingEventArray(const struct chreWifiScanResult *results, in validateRangingEventArray()
589 const chreWifiScanResult *results) { in validateWifiScanResult()
/system/tools/hidl/
DMethod.cpp36 std::vector<NamedReference<Type>*>* results, bool oneway, in Method()
69 const std::vector<NamedReference<Type>*>& Method::results() const { in results() function in android::Method
/system/chre/chpp/clients/
Dwifi.c687 struct ChppWifiRangingResult *results = in chppWifiRangingEventNotification() local
1012 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseScanEvent() local
1059 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseRangingEvent() local
/system/keymint/common/src/tag/
Dlegacy.rs319 let mut results = vec_try_with_capacity!(param_count)?; in deserialize() localVariable
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc284 const DynamicVector<WifiScanResult> &results, in getMatchingScanResultIndex()
/system/security/keystore2/src/
Dsw_keyblob.rs277 let mut results = Vec::new(); in hidden_params() localVariable
421 let mut results = Vec::new(); in deserialize_params() localVariable
Dasync_task.rs471 let mut results = Vec::new(); in test_async_task_multiple_idle() localVariable
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
DChreCrossValidatorWifi.java217 List<ScanResult> results = mWifiManager.getScanResults(); in sendWifiScanResultsToChre() local
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp245 std::vector<NamedReference<Type>*> results; in emitAidl() local
/system/chre/chre_api/legacy/v1_2/chre/
Dwifi.h566 const struct chreWifiScanResult *results; member
718 const struct chreWifiRangingResult *results; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwifi.h566 const struct chreWifiScanResult *results; member
718 const struct chreWifiRangingResult *results; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwifi.h566 const struct chreWifiScanResult *results; member
718 const struct chreWifiRangingResult *results; member
/system/keymint/common/src/keyblob/
Dlegacy.rs283 let mut results = Vec::new(); in hidden() localVariable
/system/chre/chpp/common/
Dwifi_convert.c152 struct ChppWifiScanResult *results = in chppWifiConvertScanEventFromChre() local
246 struct ChppWifiRangingResult *results = in chppWifiConvertRangingEventFromChre() local
/system/chre/chre_api/legacy/v1_5/chre/
Dwifi.h624 const struct chreWifiScanResult *results; member
776 const struct chreWifiRangingResult *results; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwifi.h418 const struct chreWifiScanResult *results; member
/system/chre/chpp/include/chpp/common/
Dwifi_types.h113 results; // References resultCount instances of struct ChppOffset member
167 results; // References resultCount instances of struct ChppOffset member
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp222 ProcResults results; in worker_fx() local
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py319 def collect_dmesg_events(search_events_pattern, timings_pattern, results): argument
/system/chre/chre_api/legacy/v1_8/chre/
Dwifi.h694 const struct chreWifiScanResult *results; member
846 const struct chreWifiRangingResult *results; member
/system/chre/chre_api/legacy/v1_6/chre/
Dwifi.h694 const struct chreWifiScanResult *results; member
846 const struct chreWifiRangingResult *results; member
/system/chre/chre_api/include/chre_api/chre/
Dwifi.h699 const struct chreWifiScanResult *results; member
851 const struct chreWifiRangingResult *results; member

12