/system/bt/service/doc/ |
D | IBluetoothLowEnergyCallback.txt | 23 * Called to report the result of a call to 36 /* Called to report current MTU value. Can be a result of calling 42 * Called to report BLE device scan results once a scan session is started for 49 * Called to report the result of a call to
|
D | IBluetoothGattServerCallback.txt | 23 * Called to report the result of a call to 32 * Called to report the result of a call to 119 * prepared writes should dropped (aborted). The application should report the
|
D | IBluetoothGattClient.txt | 175 * be used to asynchronously report the result of the execute write request.
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.c | 347 tAVDT_REPORT_DATA report, *p_rpt; in avdt_scb_hdl_report() local 352 p_rpt = &report; in avdt_scb_hdl_report() 365 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p); in avdt_scb_hdl_report() 366 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p); in avdt_scb_hdl_report() 367 BE_STREAM_TO_UINT32(report.sr.rtp_time, p); in avdt_scb_hdl_report() 368 BE_STREAM_TO_UINT32(report.sr.pkt_count, p); in avdt_scb_hdl_report() 369 BE_STREAM_TO_UINT32(report.sr.octet_count, p); in avdt_scb_hdl_report() 373 report.rr.frag_lost = *p; in avdt_scb_hdl_report() 374 BE_STREAM_TO_UINT32(report.rr.packet_lost, p); in avdt_scb_hdl_report() 375 report.rr.packet_lost &= 0xFFFFFF; in avdt_scb_hdl_report() [all …]
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 290 def report(self, record_file, report_file, additional_options=[]): member in Runner 510 host_runner.report('perf.data', 'perf.report', 521 device_runner.report('/data/perf.data', 'perf.report', 534 host_runner.report( 549 device_runner.report(
|
D | runtest.conf | 198 <report option="--comms RUN_COMM1"/>
|
/system/bt/btif/include/ |
D | btif_hh.h | 108 UINT16 size, UINT8* report);
|
/system/core/logcat/ |
D | logcatd.rc | 16 # expect /init to report failure if property empty (default) 24 # expect /init to report failure if property empty (default)
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 251 tBTA_HH_LE_RPT *p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_hid_report_dbg() 526 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_report_entry() 602 p_rpt = &p_cb->hid_srvc.report[0]; in bta_hh_le_find_alloc_report_entry() 776 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_register_input_notif() 845 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc.report[0]; in bta_hh_le_deregister_input_notif() 933 tBTA_HH_LE_RPT *p_rpt = &p_cb->hid_srvc.report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg() 2113 p_dev_cb->hid_srvc.report[p_dev_cb->clt_cfg_idx].client_cfg_value = in bta_hh_le_write_char_descr_cmpl() 2329 …tBTA_HH_LE_RPT *p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, r_type, r… in bta_hh_le_get_rpt() 2367 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt() 2723 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode, BTA_HH_RPTT_INPUT, rpt_id); in bta_hh_le_hid_read_rpt_clt_cfg()
|
D | bta_hh_int.h | 211 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member
|
/system/bt/btif/src/ |
D | btif_hh.c | 670 UINT8* report) in btif_hh_setreport() argument 672 BT_HDR* p_buf = create_pbuf(size, report); in btif_hh_setreport() 1466 static bt_status_t set_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report) in set_report() argument 1495 size_t len = (strlen(report) + 1) / 2; in set_report() 1500 hex_bytes_filled = ascii_2_hex(report, len, hexbuf); in set_report()
|
/system/core/crash_reporter/ |
D | README.md | 59 crash_sender` from an ADB shell. This will send the report to the server, with
|
/system/core/metricsd/ |
D | README.md | 85 metrics_collector that will, for example, take measurements and report them
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 81 Otherwise, sepolicy-analyze will report all violations and exit
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 25 not report a "Profile" property. When saved, by default they end
|
D | manager-api.txt | 465 connectivity trial and report the results to the log. 586 system will not report a hostname. When this property 597 system will not report a Vendor Class. When set, this
|
D | service-api.txt | 393 system will not report a hostname. When this property 404 system will not report a Vendor Class. When set, this
|
/system/core/liblog/ |
D | README | 115 will report when the log reading is done with an EAGAIN error return
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 519 // crash report will be generated. 581 // The model name (e.g. "RX-V1900"). Some devices may report generic names 667 // Only devices that support CEC will report a value here.
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 177 to report a `android::status_t`. However, that return code is interpreted by a
|
/system/core/init/ |
D | readme.txt | 482 the boot sequence has finished, the trace report is obtained from the device
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 9088 This structure of this attribute is used to report the memory management method used by the TPM for 11241 This structure is used to report the properties of an algorithm identifier. It is returned in respo… 11263 This structure is used to report the properties that are UINT32 values. It is returned in response … 11601 This list is used to report on a list of algorithm attributes. It is returned in a TPM2_GetCapabili… 11623 This list is used to report on a list of properties that are TPMS_TAGGED_PROPERTY values. It is 11657 This list is used to report on a list of properties that are TPMS_PCR_SELECT values. It is returned… 11678 This list is used to report the ECC curve ID values supported by the TPM. It is returned by a 11816 This structure element is used to report on the TPM's Clock value. 11917 This structure element is used to report on the TPM's Time value. 13955 This structure is used to report on the curve parameters of an ECC curve. It is returned by
|
D | raw_structures_fixed.txt | 9116 This structure of this attribute is used to report the memory management method used by the TPM for 11269 This structure is used to report the properties of an algorithm identifier. It is returned in respo… 11291 This structure is used to report the properties that are UINT32 values. It is returned in response … 11633 This list is used to report on a list of algorithm attributes. It is returned in a TPM2_GetCapabili… 11655 This list is used to report on a list of properties that are TPMS_TAGGED_PROPERTY values. It is 11691 This list is used to report on a list of properties that are TPMS_PCR_SELECT values. It is returned… 11714 This list is used to report the ECC curve ID values supported by the TPM. It is returned by a 11852 This structure element is used to report on the TPM's Clock value. 11953 This structure element is used to report on the TPM's Time value. 13970 This structure is used to report on the curve parameters of an ECC curve. It is returned by
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 383 # symbols. At the end of a run doxygen will report the cache usage and suggest
|
D | Doxyfile | 383 # symbols. At the end of a run doxygen will report the cache usage and suggest
|