Searched refs:results (Results 1 - 25 of 38) sorted by relevance

12

/system/media/camera/docs/
H A Dmetadata-parser-sanity-check35 local results
36 results="$(python "$file" 2>&1)"
40 echo "$results" >& 2
/system/tools/hidl/
H A DgenerateJava.cpp271 const bool returnsValue = !method->results().empty();
272 const bool needsCallback = method->results().size() > 1;
290 out << method->results()[0]->type().getJavaType();
361 const bool returnsValue = !method->results().empty();
362 const bool needsCallback = method->results().size() > 1;
366 out << method->results()[0]->type().getJavaType();
439 for (const auto &arg : method->results()) {
452 for (const auto &arg : method->results()) {
463 const std::string returnName = method->results()[0]->name();
498 CHECK_LE(method->results()
[all...]
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
H A DMethod.h51 std::vector<TypedVar *> *results,
57 const std::vector<TypedVar *> &results() const;
67 // Make a copy with the same name, args, results, oneway, annotations.
H A DgenerateCpp.cpp490 const bool returnsValue = !method->results().empty();
693 const bool returnsValue = !method->results().empty();
745 out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) {
760 for (const auto &arg : method->results()) {
772 out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) {
919 const bool returnsValue = !method->results().empty();
1279 const bool returnsValue = !method->results().empty();
1311 out, method->results(), tru
[all...]
H A DgenerateCppImpl.cpp136 for(const auto & results : method->results()) {
137 results->type().addNamedTypesToSet(usedTypes);
H A DInterface.cpp314 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type());
407 const Type &refInfo = method->results().front()->type();
811 for (const auto &result : method->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...]
H A Dbtm_dev.cc246 memcpy(p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN);
248 p_dev_rec->device_type = p_inq_info->results.device_type;
249 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
H A Dbtm_ble.cc106 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type;
107 p_info->results.device_type = p_dev_rec->device_type;
109 p_info->results.device_type, p_info->results.ble_addr_type);
614 *p_dev_type = p_inq_info->results.device_type;
615 *p_addr_type = p_inq_info->results.ble_addr_type;
624 p_dev_rec->device_type = p_inq_info->results.device_type;
625 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
H A Dbtm_ble_gap.cc1449 * p_results_cb - callback returning pointer to results
1564 if (p_i && !ble_evt_type_is_connectable(p_i->inq_info.results.ble_evt_type)) {
1831 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results;
1931 (p_ent->inq_info.results.device_type == BT_DEVICE_TYPE_BLE) &&
1975 /* Only process the results if the inquiry is still active */
1990 /* Extract inquiry results */
2030 /* Only process the results if the inquiry is still active */
2043 /* Extract inquiry results */
2144 if (p_i && (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) ||
2191 (p_i->inq_info.results
[all...]
/system/sepolicy/tools/
H A Dpost_process_mac_perms53 results = re.findall(PEM_CERT_RE, pem_string, re.DOTALL)
54 certs = [transform(i) for i in results]
/system/bt/service/
H A Dgatt_server_old.h111 // Enable LE scan. Scan results will be cached internally.
117 // Copy out the cached scan results.
118 bool GetScanResults(ScanResults* results);
/system/sepolicy/tests/
H A Dtreble_sepolicy_tests.py268 results = "" variable
271 results += TestCoredomainViolations()
273 if len(results) > 0:
274 sys.exit(results)
/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/bt/osi/include/
H A Dmetrics.h149 * results: number of results to be reported.
152 uint32_t results, uint64_t timestamp_ms);
/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/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/chre/apps/wifi_world/
H A Dwifi_world.cc123 const chreWifiScanResult& result = event->results[i];
/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/keymaster/
H A Dsoft_keymaster_device.cpp437 std::copy(response.results, response.results + response.results_length, *algorithms);
473 std::copy(response.results, response.results + response.results_length, *modes);
509 std::copy(response.results, response.results + response.results_length, *modes);
544 std::copy(response.results, response.results + response.results_length, *digests);
577 std::copy(response.results, response.results
[all...]
/system/libhidl/transport/
H A DServiceManagement.cpp172 std::vector<std::string> results{};
180 results.push_back(name);
184 return results;
/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/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

Completed in 503 milliseconds

12