Searched defs:attr_value (Results 1 - 7 of 7) sorted by relevance

/external/qemu/elff/
H A Ddwarf_utils.cc246 dump_value(const Dwarf_Value* attr_value) { argument
247 printf(" Data[%03u]: (", attr_value->encoded_size);
248 switch (attr_value->type) {
250 printf("BYTE) = %u (x%02X)\n", (Elf_Word)attr_value->u8,
251 (Elf_Word)attr_value->u8);
255 printf("SBYTE) = %d (x%02X)\n", (Elf_Sword)attr_value->s8,
256 (Elf_Sword)attr_value->s8);
260 printf("WORD) = %u (x%04X)\n", (Elf_Word)attr_value->u16,
261 (Elf_Word)attr_value->u16);
265 printf("SWORD) = %d (x%04X)\n", (Elf_Sword)attr_value
[all...]
H A Ddwarf_cu.cc57 Dwarf_Value* attr_value) const {
62 attr_value->type = DWARF_VALUE_UNKNOWN;
63 attr_value->encoded_size = 0;
64 attr_value->u64 = 0;
71 attr_value->type = DWARF_VALUE_BLOCK;
72 attr_value->block.block_size = *prop;
73 attr_value->block.block_ptr = prop + 1;
74 attr_value->encoded_size =
75 static_cast<Elf_Word>(attr_value->block.block_size + 1);
82 attr_value
387 Dwarf_Value attr_value; local
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c1090 tGAP_BLE_ATTR_VALUE attr_value; local
1113 attr_value.p_dev_name = (UINT8 *)p_name;
1114 GAP_BleAttrDBUpdate(GATT_UUID_GAP_DEVICE_NAME, &attr_value);
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h63 /* Masks for attr_value field of tSDP_DISC_ATTR */
120 tSDP_DISC_ATVAL attr_value; /* Variable length entry data */ member in struct:t_sdp_disc_attr
H A Dgatt_api.h313 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon1255
H A Davrc_defs.h1292 UINT8 attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon1135
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h119 tGATT_VALUE attr_value; /* write request */ member in union:__anon1039
140 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon1041

Completed in 173 milliseconds