HomeSort by relevance Sort by last modified time
    Searched defs:attr_id (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
sysinfo.y 51 %type <s> attr_desc attr_id attr_type
249 '(' attr_desc '(' attr_type attr_size ')' attr_id
372 attr_id: label
  /system/extras/simpleperf/
record_file_test.cpp 43 EventAttrWithId attr_id; local
44 attr_id.attr = attrs_.back().get();
45 attr_id.ids.push_back(attrs_.size()); // Fake id.
46 attr_ids_.push_back(attr_id);
event_selection_set.cpp 250 EventAttrWithId attr_id; local
251 attr_id.attr = &selection.event_attr;
253 attr_id.ids.push_back(fd->Id());
256 attr_id.ids.push_back(selection.inplace_samplers[0]->Id());
258 result.push_back(attr_id);
865 uint64_t attr_id = 0; local
870 event_id_data.push_back(attr_id);
874 ++attr_id;
cmd_record.cpp 853 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; local
860 if (!DumpKernelAndModuleMmaps(*attr_id.attr, attr_id.ids[0])) {
863 if (!DumpThreadCommAndMmaps(*attr_id.attr, attr_id.ids[0])) {
    [all...]
cmd_report.cpp 440 void ProcessSampleRecordInTraceOffCpuMode(std::unique_ptr<Record> record, size_t attr_id);
878 size_t attr_id = record_file_reader_->GetAttrIndexOfRecord(record.get()); local
880 sample_tree_builder_[attr_id]->ReportCmdProcessSampleRecord(
883 ProcessSampleRecordInTraceOffCpuMode(std::move(record), attr_id); local
896 size_t attr_id) {
898 if (attr_id == sched_switch_attr_id_) {
    [all...]
record.h 493 uint64_t attr_id; member in struct:EventIdRecord::EventIdData
  /external/syslinux/gpxe/src/include/gpxe/
ib_mi.h 27 uint16_t attr_id; member in struct:ib_mad_agent
ib_mad.h 489 uint16_t attr_id; member in struct:ib_mad_hdr
  /bionic/libc/kernel/uapi/rdma/
rdma_user_ioctl.h 35 __u16 attr_id; member in struct:ib_uverbs_attr
  /external/kernel-headers/original/uapi/rdma/
rdma_user_ioctl.h 64 __u16 attr_id; /* command specific type attribute */ member in struct:ib_uverbs_attr
  /frameworks/base/tools/aapt2/format/proto/
ProtoSerialize.cpp 624 const ResourceId attr_id = attr.compiled_attribute.value().id.value_or_default({}); local
625 pb_attr->set_resource_id(attr_id.id);
  /system/bt/bta/gatt/
bta_gatts_int.h 83 uint16_t attr_id; member in struct:__anon1328
186 tBTA_GATTS_CB* p_cb, uint16_t attr_id);
  /system/bt/stack/sdp/
sdp_discovery.cc 59 tSDP_DISC_REC* p_rec, uint16_t attr_id,
717 uint16_t attr_id; local
752 BE_STREAM_TO_UINT16(attr_id, p);
755 p = add_attr(p, p_ccb->p_db, p_rec, attr_id, NULL, 0);
816 tSDP_DISC_REC* p_rec, uint16_t attr_id,
848 p_attr->attr_id = attr_id;
953 attr_id == ATTR_ID_ADDITION_PROTO_DESC_LISTS)
1003 p_parent_attr, p_parent_attr->attr_id, p_attr, p_attr->attr_id); */
    [all...]
  /system/connectivity/wificond/net/
netlink_utils.cpp 545 int attr_id = attr.GetAttributeId(); local
546 if (attr_id != NL80211_ATTR_WIPHY &&
547 attr_id != NL80211_ATTR_IFINDEX &&
548 attr_id != NL80211_ATTR_WDEV) {
550 attr_by_wiphy_and_id[wiphy_index].find(attr_id);
553 insert(make_pair(attr_id, move(attr)));
  /system/media/audio_route/
audio_route.c 455 const XML_Char *attr_id = NULL; local
472 attr_id = attr[i + 1];
535 if (attr_id) {
537 id = atoi((char *)attr_id);
563 if (attr_id)
564 mixer_value.index = atoi((char *)attr_id);
  /system/bt/stack/include/
sdp_api.h 103 uint16_t attr_id; /* Attribute ID */ member in struct:t_sdp_disc_attr
253 tSDP_DISC_REC* SDP_FindAttributeInDb(tSDP_DISCOVERY_DB* p_db, uint16_t attr_id,
266 tSDP_DISC_ATTR* SDP_FindAttributeInRec(tSDP_DISC_REC* p_rec, uint16_t attr_id);
440 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type,
457 bool SDP_AddSequence(uint32_t handle, uint16_t attr_id, uint16_t num_elem,
472 bool SDP_AddUuidSequence(uint32_t handle, uint16_t attr_id, uint16_t num_uuids,
560 bool SDP_DeleteAttribute(uint32_t handle, uint16_t attr_id);
avrc_defs.h 1031 uint8_t attr_id; member in struct:__anon2251
1036 uint8_t attr_id; member in struct:__anon2252
1069 attr_id; \/* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, member in struct:__anon2255
1108 uint8_t attr_id; member in struct:__anon2260
1143 uint8_t attr_id; member in struct:__anon2264
1396 uint8_t attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon2289
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 1666 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 1666 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); local
    [all...]
  /external/python/cpython2/Python/
ast.c 1666 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); local
    [all...]
  /external/python/cpython3/Python/
ast.c 2370 PyObject *attr_id = NEW_IDENTIFIER(CHILD(n, 1)); local
    [all...]
  /system/bt/include/hardware/
bt_rc.h 194 uint8_t attr_id; member in struct:__anon2006
203 uint8_t attr_id; member in struct:__anon2007
235 uint8_t id; /* can be attr_id or value_id */
240 uint32_t attr_id; member in struct:__anon2013
296 typedef void (*btrc_list_player_app_values_callback)(btrc_player_attr_t attr_id,
316 uint8_t attr_id, uint8_t num_val, uint8_t* p_vals,
457 * attr_id */
  /external/wpa_supplicant_8/src/common/
dpp.c 5137 const u8 *attr_group, *attr_id, *attr_key; local
5405 const u8 *attr_status, *attr_id, *attr_key; local
    [all...]

Completed in 581 milliseconds