HomeSort by relevance Sort by last modified time
    Searched defs:attr_value (Results 1 - 12 of 12) 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 )
  /hardware/qcom/audio/hal/
platform_info.c 196 const XML_Char *attr_value = NULL; local
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 40 btgatt_value_t attr_value; member in union:__anon40317
  /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:__anon5889
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 21 const ELFAttributeValue &attr_value = m_Attrs[pTag]; local
23 if (attr_value.isInitialized()) {
24 return &attr_value;
43 ELFAttributeValue *attr_value = NULL; local
46 attr_value = &m_Attrs[pTag];
49 attr_value = &m_UnknownAttrs[pTag];
52 assert(attr_value != NULL);
55 if (!attr_value->isUninitialized()) {
56 return std::make_pair(attr_value, false);
58 attr_value->setType(GetAttributeValueType(pTag))
    [all...]
  /system/media/audio_route/
audio_route.c 365 const XML_Char *attr_value = NULL; local
383 attr_value = attr[i + 1];
413 value = (int) strtol((char *)attr_value, NULL, 0);
416 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:__anon6148
    [all...]
avrc_defs.h 1290 UINT8 attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon5993
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 429 CFX_WideStringL attr_value; local
430 GetAttrValue(attr_value);
431 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value, m_pAllocator);
432 attr_value.Empty(m_pAllocator);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon5895
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon5897

Completed in 1435 milliseconds