HomeSort by relevance Sort by last modified time
    Searched full:attr_value (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /system/bt/stack/sdp/
sdp_utils.c 781 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
783 return (BOOLEAN)(p_btuuid->uu.uuid32 == p_attr->attr_value.v.u32);
786 Event overrun-buffer-arg: Overrun of static array "&p_attr->attr_value.v.array" of size 4 bytes by passing it to a function which indexes it with argument "16U" at byte position 15
792 else if (!memcmp (p_btuuid->uu.uuid128,(void*) p_attr->attr_value.v.array, MAX_UUID_SIZE))
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /system/bt/stack/gatt/
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon72493
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon72495
gatt_utils.c     [all...]
  /system/bt/stack/include/
sdp_api.h 58 /* Masks for attr_value field of tSDP_DISC_ATTR */
115 tSDP_DISC_ATVAL attr_value; /* Variable length entry data */ member in struct:t_sdp_disc_attr
gatt_api.h 326 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon72730
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
connection.py 131 def set_topic_attributes(self, topic, attr_name, attr_value):
143 :type attr_value: string
144 :param attr_value: The new value for the attribute.
149 'AttributeValue': attr_value}
    [all...]
  /external/valgrind/coregrind/
pub_core_libcfile.h 54 Addr attr_value, SizeT attr_value_len );
m_libcfile.c 450 SysRes VG_(getxattr) ( const HChar* file_name, const HChar* attr_name, Addr attr_value, SizeT attr_value_len )
455 attr_value, attr_value_len);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 394 CFX_WideString attr_value; local
395 GetAttrValue(attr_value);
396 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 809 private static final String ATTR_VALUE = "value";
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 287 const XML_Char *attr_value = NULL; local
  /hardware/qcom/audio/msm8909/hal/
platform_info.c 288 const XML_Char *attr_value = NULL; local
  /system/bt/stack/avrc/
avrc_pars_ct.c 127 BE_STREAM_TO_UINT8(p_rsp->param.player_setting.attr_value[index], p_stream);
avrc_bld_tg.c 630 p_rsp->param.player_setting.attr_value[xx]))
633 UINT8_TO_BE_STREAM(p_data, p_rsp->param.player_setting.attr_value[xx]);
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 144 private static final String ATTR_VALUE = "value";
505 String value = getAttributeValue(parser, ATTR_VALUE);
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 173 private static final String ATTR_VALUE = "value";
622 out.attribute(null, ATTR_VALUE, value);
734 mRawLastResetTime = parseLongAttribute(parser, ATTR_VALUE);
737 mLocaleChangeSequenceNumber.set(parseLongAttribute(parser, ATTR_VALUE));
    [all...]
  /system/bt/bta/hl/
bta_hl_act.c     [all...]
  /system/bt/btif/src/
btif_gatt_server.c 507 0, rsp_struct.attr_value.handle);
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py     [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py     [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 821 for attr, attr_value in self.attrs.iteritems():
824 if getattr(value, attr) != attr_value:
    [all...]

Completed in 1148 milliseconds

1 23 4 5 6 7 8