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

  /external/qemu/elff/
dwarf_cu.cc 57 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->type = DWARF_VALUE_BLOCK;
387 Dwarf_Value attr_value; local
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 40 btgatt_value_t attr_value; member in union:__anon20606
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 57 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->type = DWARF_VALUE_BLOCK
387 Dwarf_Value attr_value; local
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 128 tGAP_BLE_ATTR_VALUE attr_value; member in struct:__anon3099
  /system/media/audio_route/
audio_route.c 367 const XML_Char *attr_value = NULL; local
384 attr_value = attr[i + 1];
409 value = atoi((char *)attr_value);
412 value = mixer_enum_string_to_value(ctl, (char *)attr_value);
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 63 /* 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
gatt_api.h 316 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon3328
    [all...]
avrc_defs.h 1292 UINT8 attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon3202
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon3105
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon3107

Completed in 988 milliseconds