Searched refs:report (Results 1 - 19 of 19) sorted by relevance

/system/core/storaged/include/
H A Dstoraged_info.h47 virtual void report() {}; function in class:storage_info_t
61 virtual void report();
69 virtual void report();
H A Dstoraged_uid_monitor.h76 // current io usage for next report, app name -> uid_io_usage
107 void report();
/system/update_engine/scripts/update_payload/
H A Dchecker.py96 # Payload report generator.
100 """A payload report generator.
102 A report is essentially a sequence of nodes, which represent data points. It
104 sub-report itself.
107 # Report nodes: Field, sub-report, section.
109 """A report node interface."""
125 """Generates the report lines for this node.
130 curr_section: The current report section object.
133 A pair consisting of a list of properly indented report lines and a new
139 """A field report nod
[all...]
H A Dchecker_unittest.py149 linebreak: Whether or not a linebreak is to be used in the report.
150 indent: Indentation used for the report.
154 report: A mock report object.
155 subreport: A mock sub-report object.
168 # Create a mock report.
169 report = self.mox.CreateMock(checker._PayloadReport)
172 report.AddSubReport(name).AndReturn(subreport)
174 report.AddField(name, convert(val), linebreak=linebreak, indent=indent)
177 return (msg, report, subrepor
[all...]
/system/netd/server/
H A DWakeupController.h37 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) argument
38 : mReport(report), mIptables(iptables) {}
/system/bt/btif/src/
H A Dbtif_hd.cc538 tBTA_HD_REPORT report; local
554 report.type = BTHD_REPORT_TYPE_INPUT;
555 report.use_intr = TRUE;
557 report.type = (type & 0x03);
558 report.use_intr = FALSE;
561 report.id = id;
562 report.len = len;
563 report.p_data = p_data;
565 BTA_HdSendReport(&report);
H A Dbtif_hh.cc260 * Description Sends a report to the keyboard to set the lock states of
265 uint8_t len = 2; /* reportid + 1 byte report*/
267 uint8_t data[] = {0x01, /* report id */
270 /* Set report for other keyboards */
271 BTIF_TRACE_EVENT("%s: setting report on dev_handle %d to 0x%x", __func__,
303 If so, send a report to the kernel
308 "%s: Sending hid report to kernel "
315 "%s: NOT sending hid report to kernel "
643 uint16_t size, uint8_t* report) {
644 BT_HDR* p_buf = create_pbuf(size, report);
642 btif_hh_setreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, uint16_t size, uint8_t* report) argument
1501 set_report(RawAddress* bd_addr, bthh_report_type_t reportType, char* report) argument
[all...]
/system/bt/btif/include/
H A Dbtif_hh.h107 uint8_t* report);
/system/update_engine/scripts/
H A Dpaycheck.py59 check_opts.add_option('-r', '--report', metavar='FILE',
60 help="dump payload report (`-' for stdout)")
125 opts.check = (opts.check or opts.report or opts.assert_type or
183 if options.report:
184 if options.report == '-':
187 report_file = open(options.report, 'w')
/system/bt/stack/avdt/
H A Davdt_scb_act.cc275 /* report sequence number */
302 tAVDT_REPORT_DATA report; local
306 /* parse report packet header */
314 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p);
315 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p);
316 BE_STREAM_TO_UINT32(report.sr.rtp_time, p);
317 BE_STREAM_TO_UINT32(report.sr.pkt_count, p);
318 BE_STREAM_TO_UINT32(report.sr.octet_count, p);
322 report.rr.frag_lost = *p;
323 BE_STREAM_TO_UINT32(report
355 (*p_scb->cs.p_report_cback)(avdt_scb_to_hdl(p_scb), pt, &report); local
[all...]
/system/core/storaged/
H A Dstoraged_info.cpp79 void emmc_info_t::report() function in class:emmc_info_t
168 void ufs_info_t::report() function in class:ufs_info_t
H A Dstoraged.cpp204 storage_info->report();
246 mUidm.report();
H A Dstoraged_uid_monitor.cpp191 report();
269 void uid_monitor::report() function in class:uid_monitor
/system/extras/simpleperf/runtest/
H A Druntest.conf44 <report option="--sort comm,symbol"/>
199 <report option="--comms RUN_COMM1"/>
H A Druntest.py22 2. Run simpleperf report command to parse perf.data, generate perf.report.
23 4. Parse perf.report and see if it matches expectation.
216 elif test_item.tag == 'report':
299 def report(self, record_file, report_file, additional_options=[]): member in class:Runner
300 call_args = [self.perf_path, 'report']
362 def report(self, record_file, report_file, additional_options=[]): member in class:DeviceRunner
363 super(DeviceRunner, self).report(self.tmpdir + record_file,
369 """Check if perf.report matches expectation in Configuration."""
420 # Each report ite
[all...]
/system/extras/simpleperf/scripts/
H A Dreport.py18 """Simpleperf gui reporter: provide gui interface for simpleperf report command.
20 There are two ways to use gui reporter. One way is to pass it a report file
21 generated by simpleperf report command, and reporter will display it. The
23 simpleperf report command. The reporter will call `simpleperf report` to
24 generate report file, and display it.
79 """Representing one item in report, may contain a CallTree."""
94 """Representing report for one event attr."""
103 # Parse common report context
141 # Each report ite
[all...]
/system/extras/simpleperf/
H A Dcmd_kmem_test.cpp46 std::vector<std::string> args = {"report", "-i", perf_data, "-o",
120 TEST(kmem_cmd, report) {
/system/bt/bta/hh/
H A Dbta_hh_le.cc239 * Description debug function to print out all HID report available on
250 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[0];
461 * Description find the report entry by service instance and report UUID
479 p_rpt = &p_cb->hid_srvc.report[0];
494 * Description find a report entry by report ID and protocol mode
513 /* return battery report w/o condition */
532 * Description find or allocate a report entry in the HID service report
[all...]
H A Dbta_hh_int.h193 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member in struct:__anon206
219 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */

Completed in 449 milliseconds