/system/chre/apps/wifi_offload/ |
D | scan_result_message.cc | 22 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
|
D | flatbuffers_serialization.cc | 45 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/ |
D | cbor.rs | 157 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/ |
D | basic_wifi_test.cc | 254 void validateRangingEventArray(const struct chreWifiScanResult *results, in validateRangingEventArray() 589 const chreWifiScanResult *results) { in validateWifiScanResult()
|
/system/tools/hidl/ |
D | Method.cpp | 36 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/ |
D | wifi.c | 687 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/ |
D | legacy.rs | 319 let mut results = vec_try_with_capacity!(param_count)?; in deserialize() localVariable
|
/system/chre/apps/test/common/chre_cross_validator_wifi/src/ |
D | chre_cross_validator_wifi_manager.cc | 284 const DynamicVector<WifiScanResult> &results, in getMatchingScanResultIndex()
|
/system/security/keystore2/src/ |
D | sw_keyblob.rs | 277 let mut results = Vec::new(); in hidden_params() localVariable 421 let mut results = Vec::new(); in deserialize_params() localVariable
|
D | async_task.rs | 471 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/ |
D | ChreCrossValidatorWifi.java | 217 List<ScanResult> results = mWifiManager.getScanResults(); in sendWifiScanResultsToChre() local
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 245 std::vector<NamedReference<Type>*> results; in emitAidl() local
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wifi.h | 566 const struct chreWifiScanResult *results; member 718 const struct chreWifiRangingResult *results; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wifi.h | 566 const struct chreWifiScanResult *results; member 718 const struct chreWifiRangingResult *results; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wifi.h | 566 const struct chreWifiScanResult *results; member 718 const struct chreWifiRangingResult *results; member
|
/system/keymint/common/src/keyblob/ |
D | legacy.rs | 283 let mut results = Vec::new(); in hidden() localVariable
|
/system/chre/chpp/common/ |
D | wifi_convert.c | 152 struct ChppWifiScanResult *results = in chppWifiConvertScanEventFromChre() local 246 struct ChppWifiRangingResult *results = in chppWifiConvertRangingEventFromChre() local
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | wifi.h | 624 const struct chreWifiScanResult *results; member 776 const struct chreWifiRangingResult *results; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wifi.h | 418 const struct chreWifiScanResult *results; member
|
/system/chre/chpp/include/chpp/common/ |
D | wifi_types.h | 113 results; // References resultCount instances of struct ChppOffset member 167 results; // References resultCount instances of struct ChppOffset member
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_throughput.cpp | 222 ProcResults results; in worker_fx() local
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 319 def collect_dmesg_events(search_events_pattern, timings_pattern, results): argument
|
/system/chre/chre_api/legacy/v1_8/chre/ |
D | wifi.h | 694 const struct chreWifiScanResult *results; member 846 const struct chreWifiRangingResult *results; member
|
/system/chre/chre_api/legacy/v1_6/chre/ |
D | wifi.h | 694 const struct chreWifiScanResult *results; member 846 const struct chreWifiRangingResult *results; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wifi.h | 699 const struct chreWifiScanResult *results; member 851 const struct chreWifiRangingResult *results; member
|