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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
xml_printer.hpp 85 typedef custom_manip<struct attr_value_t> attr_value; typedef in namespace:boost::unit_test
89 operator<<( custom_printer<attr_value> const& p, T const& value )
  /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:__anon32821
  /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:__anon3548
  /system/media/audio_route/
audio_route.c 341 const XML_Char *attr_value = NULL; local
358 attr_value = attr[i + 1];
388 value = atoi((char *)attr_value);
391 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 325 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon3779
    [all...]
avrc_defs.h 1292 UINT8 attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon3651
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon3554
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon3556

Completed in 154 milliseconds