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

/system/update_engine/
H A Dchrome_browser_proxy_resolver_unittest.cc186 deque<string> results = local
189 EXPECT_EQ(results.size(), expected.size()) << "i = " << i;
190 if (expected.size() != results.size())
193 EXPECT_EQ(expected[j], results[j]) << "i = " << i;
/system/sepolicy/tests/
H A Dtreble_sepolicy_tests.py268 results = "" variable
271 results += TestCoredomainViolations()
273 if len(results) > 0:
274 sys.exit(results)
/system/tools/hidl/
H A DMethod.cpp30 std::vector<TypedVar *> *results,
35 mResults(results),
64 const std::vector<TypedVar *> &Method::results() const { function in class:android::Method
122 const bool returnsValue = !results().empty();
178 emitCppArgResultSignature(out, results(), specifyNamespaces);
184 emitJavaArgResultSignature(out, results());
28 Method(const char *name, std::vector<TypedVar *> *args, std::vector<TypedVar *> *results, bool oneway, std::vector<Annotation *> *annotations) argument
/system/bt/osi/src/
H A Dmetrics_linux.cc154 scan_tech_t type, uint32_t results,
152 LogScanEvent(bool start, const std::string& initator, scan_tech_t type, uint32_t results, uint64_t timestamp_ms) argument
H A Dmetrics.cc297 scan_tech_t type, uint32_t results,
307 event->set_number_results(results);
295 LogScanEvent(bool start, const std::string& initator, scan_tech_t type, uint32_t results, uint64_t timestamp_ms) argument
/system/bt/stack/gap/
H A Dgap_int.h32 tGAP_CALLBACK* gap_inq_rslt_cback; /* Used for inquiry results */
43 tGAP_FINDADDR_RESULTS results; member in struct:__anon902
/system/chre/chre_api/include/chre_api/chre/
H A Dwifi.h53 //! Listening to scan results is supported, as enabled via
80 * Provides results of a WiFi scan.
249 //! results of a previous scan, and if so, the maximum age of the scan that
252 //! received, in milliseconds. If set to 0, no cached results may be
253 //! provided, and all scan results must come from a "fresh" WiFi scan, i.e.
373 //! The number of entries in the results array in this event. The CHRE
374 //! implementation may split scan results across multiple events for memory
378 //! The total number of results returned by the scan. Allows an event
385 //! this is monotonically increasing for the results of a single scan. Valid
388 //! ceil(resultTotal / <max results pe
418 const struct chreWifiScanResult *results; member in struct:chreWifiScanEvent
[all...]
/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp133 // Calculate and report the final aggregated results.
221 ProcResults results; local
245 results.add_time(cur_time);
251 // Send results to master and wait for go to exit.
252 p.send(results);
380 // Collect all results from the workers.
381 cout << "collecting results" << endl;
/system/bt/service/
H A Dgatt_server_old.cc697 bool Server::GetScanResults(ScanResults* results) { argument
699 *results = internal_->scan_results;
/system/bt/stack/btm/
H A Dbtm_acl.cc1839 * The address of link policy results are returned in the
1916 * TX power of the connection. The tx power level results
1984 tBTM_TX_POWER_RESULTS results; local
1995 STREAM_TO_UINT8(results.hci_status, p);
1997 if (results.hci_status == HCI_SUCCESS) {
1998 results.status = BTM_SUCCESS;
2002 STREAM_TO_UINT8(results.tx_power, p);
2007 memcpy(results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN);
2012 STREAM_TO_UINT8(results.tx_power, p);
2013 memcpy(results
2034 tBTM_RSSI_RESULTS results; local
2054 tBTM_RSSI_RESULTS results; local
2117 tBTM_LINK_QUALITY_RESULTS results; local
[all...]
H A Dbtm_inq.cc396 * p_results_cb - callback returning pointer to results
450 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
795 p_inq->inq_cmpl_info.num_resp = 0; /* Clear the results counter */
1307 if (p_bda == NULL || (!memcmp(p_ent->inq_info.results.remote_bd_addr,
1388 (!memcmp(p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1416 memcpy(p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
1431 memcpy(p_old->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
1507 /* Filter the inquiry results for the specified condition type and value */
1682 * Description This function is called when inquiry results are received
1717 /* Only process the results i
2247 tBTM_INQ_TXPWR_RESULTS results; local
[all...]
/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h191 : KeymasterResponse(ver), results(nullptr), results_length(0) {}
192 ~SupportedResponse() { delete[] results; }
197 delete[] results;
199 results = dup_array(arr, n);
200 if (results == nullptr) {
212 return append_uint32_array_to_buf(buf, end, results, results_length);
215 delete[] results;
216 results = nullptr;
220 results = tmp.release();
224 T* results; member in struct:keymaster::SupportedResponse
[all...]
/system/bt/stack/include/
H A Dbtm_api_types.h218 /* Define inquiry results mode */
634 * is returned in the results callback if registered.
663 tBTM_INQ_RESULTS results; member in struct:__anon1040
670 duplicate store of inquiry results */
681 uint8_t num_resp; /* Number of results from the current inquiry */
711 * First param is inquiry results database, second is pointer of EIR.
/system/tpm/trunks/
H A Dtpm_generated.cc16147 TPML_DIGEST_VALUES* results,
16212 rc = Parse_TPML_DIGEST_VALUES(&buffer, results, &results_bytes);
16233 TPML_DIGEST_VALUES results; local
16234 TPM_RC rc = Tpm::ParseResponse_EventSequenceComplete(response, &results,
16240 callback.Run(rc, results);
16272 TPML_DIGEST_VALUES* results,
16283 rc = ParseResponse_EventSequenceComplete(response, results,
16145 ParseResponse_EventSequenceComplete( const std::string& response, TPML_DIGEST_VALUES* results, AuthorizationDelegate* authorization_delegate) argument
16266 EventSequenceCompleteSync( const TPMI_DH_PCR& pcr_handle, const std::string& pcr_handle_name, const TPMI_DH_OBJECT& sequence_handle, const std::string& sequence_handle_name, const TPM2B_MAX_BUFFER& buffer, TPML_DIGEST_VALUES* results, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 6156 milliseconds