Home
last modified time | relevance | path

Searched refs:records (Results 1 – 17 of 17) sorted by relevance

/system/core/libmemtrack/
Dmemtrack.c39 struct memtrack_record *records; member
77 free(p->types[i].records); in memtrack_proc_destroy()
90 ret = module->getMemory(module, pid, type, t->records, &num_records); in memtrack_proc_get_type()
97 free(t->records); in memtrack_proc_get_type()
98 t->records = calloc(sizeof(*t->records), num_records); in memtrack_proc_get_type()
99 if (!t->records) { in memtrack_proc_get_type()
154 if ((p->types[type].records[j].flags & flags) == flags) { in memtrack_proc_sum()
155 sum += p->types[type].records[j].size_in_bytes; in memtrack_proc_sum()
/system/extras/simpleperf/
Drecord_test.cpp41 std::vector<std::unique_ptr<Record>> records = in CheckRecordMatchBinary() local
43 ASSERT_EQ(1u, records.size()); in CheckRecordMatchBinary()
44 CheckRecordEqual(record, *records[0]); in CheckRecordMatchBinary()
108 std::vector<MmapRecord> records; in TEST_F() local
111 records.push_back(r); in TEST_F()
116 ASSERT_EQ(records.size(), out_records.size()); in TEST_F()
117 for (size_t i = 0; i < records.size(); ++i) { in TEST_F()
118 CheckRecordEqual(records[i], *out_records[i]); in TEST_F()
Drecord_file_test.cpp89 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST_F() local
90 ASSERT_EQ(1u, records.size()); in TEST_F()
91 CheckRecordEqual(mmap_record, *records[0]); in TEST_F()
128 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST_F() local
129 ASSERT_EQ(3u, records.size()); in TEST_F()
130 CheckRecordEqual(r2, *records[0]); in TEST_F()
131 CheckRecordEqual(r1, *records[1]); in TEST_F()
132 CheckRecordEqual(r3, *records[2]); in TEST_F()
Drecord_file_reader.cpp174 std::vector<std::unique_ptr<Record>> records = cache.PopAll(); in ReadDataSection() local
175 for (auto& record : records) { in ReadDataSection()
257 std::vector<std::unique_ptr<Record>> records; in DataSection() local
259 records.push_back(std::move(record)); in DataSection()
262 return records; in DataSection()
Dcmd_record_test.cpp84 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); in TEST() local
85 ASSERT_GT(records.size(), 0U); in TEST()
87 for (auto& record : records) { in TEST()
Dcmd_dumprecord.cpp196 std::vector<BuildIdRecord> records = record_file_reader_->ReadBuildIdFeature(); in DumpFeatureSection() local
197 for (auto& r : records) { in DumpFeatureSection()
Drecord.cpp730 std::vector<std::unique_ptr<Record>> records = ReadRecordsFromBuffer(attr_, data, size); in Push() local
732 for (const auto& r : records) { in Push()
736 for (auto& r : records) { in Push()
Dcmd_record.cpp267 std::vector<std::unique_ptr<Record>> records = record_cache_->PopAll(); in Run() local
268 for (auto& r : records) { in Run()
Dcmd_report.cpp631 std::vector<BuildIdRecord> records = record_file_reader_->ReadBuildIdFeature(); in ReadFeaturesFromRecordFile() local
633 for (auto& r : records) { in ReadFeaturesFromRecordFile()
/system/bt/btif/src/
Dbtif_sdp.c47 bt_status_t create_sdp_record(bluetooth_sdp_record *records, int* record_handles);
76 evt_data->record_count, evt_data->records); in btif_sdp_search_comp_evt()
92 copy_sdp_records(p_src_data->records, p_dest_data->records, p_src_data->record_count); in sdp_search_comp_copy_cb()
102 size += get_sdp_records_size(p_data->sdp_search_comp.records, in sdp_dm_cback()
/system/core/bootstat/
DREADME.md3 The bootstat command records boot events (e.g., `firmware_loaded`,
12 -p, --print Dump the boot event records to the console
/system/bt/bta/sdp/
Dbta_sdp_act.c409 bta_create_mas_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
412 bta_create_mns_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
415 bta_create_pse_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
418 bta_create_ops_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
421 bta_create_sap_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
426 bta_create_raw_sdp_record(&evt_data.records[count], p_rec); in bta_sdp_search_cback()
/system/bt/bta/include/
Dbta_sdp_api.h60 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS]; member
/system/core/metricsd/uploader/proto/
Dhistogram_event.proto51 // records, but was never used. As of M31, it is no longer sent by Chrome
/system/sepolicy/
Dte_macros122 # Note: If you see denial records that distill to the
/system/tpm/trunks/generator/
Draw_commands_fixed.txt14846 used, the TPM records the fact that the key has been used so that it cannot be used again.
Draw_commands.txt14835 used, the TPM records the fact that the key has been used so that it cannot be used again.