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

  /system/bt/stack/avrc/
avrc_pars_tg.cc 457 BE_STREAM_TO_UINT8(p_result->get_attrs.scope, p);
458 if (p_result->get_attrs.scope > AVRC_SCOPE_NOW_PLAYING) {
462 BE_STREAM_TO_ARRAY(p, p_result->get_attrs.uid, AVRC_UID_SIZE);
463 BE_STREAM_TO_UINT16(p_result->get_attrs.uid_counter, p);
464 BE_STREAM_TO_UINT8(p_result->get_attrs.attr_count, p);
465 p_result->get_attrs.p_attr_list = NULL;
466 if (p_result->get_attrs.attr_count && p_buf) {
467 p_result->get_attrs.p_attr_list = (uint32_t*)p_buf;
468 count = p_result->get_attrs.attr_count;
470 p_result->get_attrs.attr_count = count = (buf_len >> 2)
    [all...]
avrc_pars_ct.cc 587 p_result->get_attrs.num_attrs = 0;
591 p_result->get_attrs.num_attrs = num_attrs;
606 p_result->get_attrs.p_attrs = p_attrs;
avrc_bld_tg.cc     [all...]
  /external/selinux/python/audit2allow/
sepolgen-ifgen 80 def get_attrs(policy_path):
130 attrs = get_attrs(options.policy_path)
  /system/bt/btif/src/
btif_rc.cc     [all...]
  /system/bt/stack/include/
avrc_defs.h 1314 tAVRC_GET_ATTRS_CMD get_attrs; \/* GetItemAttrs *\/ member in union:__anon2281
1530 tAVRC_GET_ATTRS_RSP get_attrs; \/* GetItemAttrs, GetElemAttrs *\/ member in union:__anon2301
    [all...]

Completed in 328 milliseconds