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

  /toolchain/binutils/binutils-2.25/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 42 AttrWithId attr_id; local
43 attr_id.attr = attrs_.back().get();
44 attr_id.ids.push_back(attrs_.size()); // Fake id.
45 attr_ids_.push_back(attr_id);
cmd_record.cpp 515 AttrWithId attr_id; local
516 attr_id.attr = event_selection_set_.FindEventAttrByType(event_type);
517 CHECK(attr_id.attr != nullptr);
522 attr_id.ids.push_back(fd->Id());
524 attr_ids.push_back(attr_id);
  /system/bt/bta/gatt/
bta_gatts_act.c 394 UINT16 attr_id = 0; local
397 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
402 cb_data.add_result.attr_id = attr_id;
404 if (attr_id)
428 UINT16 attr_id = 0; local
431 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
437 cb_data.add_result.attr_id = attr_id;
440 if (attr_id)
464 UINT16 attr_id = 0; local
    [all...]
bta_gatts_int.h 119 UINT16 attr_id; member in struct:__anon71777
256 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
  /system/bt/stack/sdp/
sdp_discovery.c 54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
724 UINT16 attr_id; local
763 BE_STREAM_TO_UINT16 (attr_id, p);
766 p = add_attr (p, p_ccb->p_db, p_rec, attr_id, NULL, 0);
833 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
866 p_attr->attr_id = attr_id;
986 if(is_additional_list != 0 || attr_id == ATTR_ID_ADDITION_PROTO_DESC_LISTS)
    [all...]
  /system/media/audio_route/
audio_route.c 437 const XML_Char *attr_id = NULL; local
454 attr_id = attr[i + 1];
511 if (attr_id) {
513 id = atoi((char *)attr_id);
539 if (attr_id)
540 mixer_value.index = atoi((char *)attr_id);
  /system/bt/stack/include/
sdp_api.h 113 UINT16 attr_id; /* Attribute ID */ member in struct:t_sdp_disc_attr
271 UINT16 attr_id,
286 UINT16 attr_id);
469 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
488 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
505 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
599 BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
avrc_defs.h 899 UINT8 attr_id; member in struct:__anon72551
905 UINT8 attr_id; member in struct:__anon72552
936 UINT32 attr_id; \/* Use AVRC_MEDIA_ATTR_ID_TITLE, AVRC_MEDIA_ATTR_ID_ARTIST, AVRC_MEDIA_ATTR_ID_ALBUM, member in struct:__anon72555
977 UINT8 attr_id; member in struct:__anon72560
1016 UINT8 attr_id; member in struct:__anon72564
1288 UINT8 attr_id[AVRC_MAX_APP_SETTINGS]; member in struct:__anon72589
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 114 uint8_t attr_id; member in struct:__anon31221
123 uint8_t attr_id; member in struct:__anon31222
145 uint8_t id; /* can be attr_id or value_id */
150 uint32_t attr_id; member in struct:__anon31226
165 typedef void (* btrc_list_player_app_values_callback)(btrc_player_attr_t attr_id);
180 typedef void (* btrc_get_player_app_values_text_callback) (uint8_t attr_id, uint8_t num_val, uint8_t *p_vals);
249 /** Returns the current application attribute values for each of the specified attr_id */
  /system/bt/bta/jv/
bta_jv_int.h 324 UINT16 attr_id; member in struct:__anon72110
  /system/bt/bta/include/
bta_gatt_api.h 505 UINT16 attr_id; member in struct:__anon71962
    [all...]

Completed in 282 milliseconds