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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 205 (jbyte*)(app_attrs[i].attr_val));
586 jbyte *attr_val; local
604 attr_val = env->GetByteArrayElements(attrib_val, NULL);
605 if ((!attr)||(!attr_val)) {
613 pAttrsVal[i] = (uint8_t)attr_val[i];
619 env->ReleaseByteArrayElements(attrib_val, attr_val, 0);
631 env->ReleaseByteArrayElements(attrib_val, attr_val, 0);
  /external/squashfs-tools/squashfs-tools/
xattr.c 163 char *attr_val; local
166 attr_val = set_selabel(filename, mode, sehnd);
167 xattrs->value = (void *)attr_val;
168 xattrs->vsize = strlen(attr_val);
173 struct vfs_cap_data *attr_val; local
174 attr_val = malloc(sizeof(*attr_val));
175 if (attr_val == NULL) MEM_ERROR();
178 *attr_val = set_caps(caps);
179 xattrs->value = attr_val;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java 296 public byte attr_val; field in class:PlayerApplicationSettings
348 plAppSetting.attr_val = bb.get();
382 plAppSetting.attr_val));
387 plAppSetting.attr_val));
392 plAppSetting.attr_val));
397 plAppSetting.attr_val));
406 return plAppSetting.attr_val;
  /hardware/libhardware/include/hardware/
bt_rc.h 125 uint8_t attr_val[BTRC_MAX_APP_ATTR_SIZE]; member in struct:__anon30768
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1062 const Attribute_value* attr_val = this->attribute(attr); local
1063 if (attr_val == NULL)
1065 switch (attr_val->form)
1068 return attr_val->val.stringval;
1070 return this->dwinfo_->get_string(attr_val->val.refval,
1071 attr_val->aux.shndx);
1080 const Attribute_value* attr_val = this->attribute(attr); local
1081 if (attr_val == NULL)
1083 switch (attr_val->form)
1092 return attr_val->val.intval
1101 const Attribute_value* attr_val = this->attribute(attr); local
1122 const Attribute_value* attr_val = this->attribute(attr); local
1152 const Attribute_value* attr_val = this->attribute(attr); local
    [all...]
  /system/bt/stack/include/
avrc_defs.h 900 UINT8 attr_val; member in struct:__anon73672
    [all...]

Completed in 169 milliseconds