Searched defs:attrs (Results 1 - 12 of 12) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp112 printf("attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", header.attrs.offset,
113 header.attrs.size);
160 const std::vector<FileAttr>& attrs = record_file_reader_->AttrSection(); local
161 for (size_t i = 0; i < attrs.size(); ++i) {
162 const auto& attr = attrs[i];
H A Drecord_file_format.h72 SectionDesc attrs; member in struct:PerfFileFormat::FileHeader
H A Dcmd_report.cpp516 const std::vector<PerfFileFormat::FileAttr>& attrs = record_file_reader_->AttrSection(); local
517 if (attrs.size() != 1) {
518 LOG(ERROR) << "record file contains " << attrs.size() << " attrs";
521 event_attr_ = attrs[0].attr;
/system/extras/verity/
H A Dverify_boot_signature.c229 unsigned char *attrs = NULL; local
274 if ((attrs = OPENSSL_malloc(bytes)) == NULL) {
279 p = attrs;
286 EVP_DigestUpdate(ctx, attrs, bytes);
300 if (attrs) {
301 OPENSSL_free(attrs);
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dheader.h66 struct perf_file_section attrs; member in struct:perf_file_header
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dheader.h51 struct perf_file_section attrs; member in struct:perf_file_header
/system/extras/perfprofd/quipper/
H A Dperf_reader.h156 const std::vector<PerfFileAttr>& attrs() const { function in class:quipper::PerfReader
/system/netd/server/
H A DSockDiag.cpp175 } __attribute__((__packed__)) attrs = { local
192 attrs.nla.nla_len = sizeof(attrs) + addrlen;
196 { &attrs, sizeof(attrs) },
/system/sepolicy/tools/
H A Dcheckfc.c43 const char * const *attrs; /* for the original set to print on error */ member in struct:__anon1900::__anon1903
44 ebitmap_t set; /* the ebitmap representation of the attrs */
172 dump_char_array(stderr, global_state.assert.attrs);
299 global_state.assert.attrs = filemode_to_assert_attrs(mode);
301 bool ret = ebitmap_attribute_assertion_init(&global_state.assert.set, global_state.assert.attrs);
/system/update_engine/
H A Domaha_request_action.cc363 map<string, string> attrs; local
368 attrs[key] = value;
373 if (attrs.find("cohort") != attrs.end()) {
375 data->app_cohort = attrs["cohort"];
377 if (attrs.find("cohorthint") != attrs.end()) {
379 data->app_cohorthint = attrs["cohorthint"];
381 if (attrs.find("cohortname") != attrs
854 map<string, string> attrs = parser_data->action_postinstall_attrs; local
[all...]
/system/bt/btif/src/
H A Dbtif_rc.c164 btrc_player_app_attr_t attrs[AVRC_MAX_APP_ATTR_SIZE]; member in struct:__anon679
267 static bt_status_t get_player_app_setting_attr_text_cmd (UINT8 *attrs, UINT8 num_attrs);
1416 if ((pavrc_cmd->get_elem_attrs.attrs[attr_cnt] > 0) &&
1417 (pavrc_cmd->get_elem_attrs.attrs[attr_cnt] <= AVRC_MAX_NUM_MEDIA_ATTR_ID))
1423 if (element_attrs[filled_attr_count] == pavrc_cmd->get_elem_attrs.attrs[attr_cnt])
1428 element_attrs[num_attr] = pavrc_cmd->get_elem_attrs.attrs[attr_cnt];
2624 if (p_rsp->attrs[xx] > AVRC_PLAYER_SETTING_LOW_MENU_EXT)
2627 btif_rc_cb.rc_app_settings.ext_attrs[st_index].attr_id = p_rsp->attrs[xx];
2633 btif_rc_cb.rc_app_settings.attrs[st_index].attr_id = p_rsp->attrs[x
2666 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; local
2804 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; local
2865 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; local
2875 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; local
3551 get_player_app_setting_attr_text_cmd(UINT8 *attrs, UINT8 num_attrs) argument
[all...]
/system/bt/stack/include/
H A Davrc_defs.h987 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; member in struct:__anon969
1007 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; member in struct:__anon971
1047 UINT32 attrs[AVRC_MAX_ELEM_ATTR_SIZE]; member in struct:__anon975
1219 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE]; member in struct:__anon990

Completed in 215 milliseconds