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

  /system/bt/stack/avrc/
avrc_pars_tg.cc 446 BE_STREAM_TO_UINT8(p_result->get_attrs.scope, p);
447 if (p_result->get_attrs.scope > AVRC_SCOPE_NOW_PLAYING) {
451 BE_STREAM_TO_ARRAY(p, p_result->get_attrs.uid, AVRC_UID_SIZE);
452 BE_STREAM_TO_UINT16(p_result->get_attrs.uid_counter, p);
453 BE_STREAM_TO_UINT8(p_result->get_attrs.attr_count, p);
454 p_result->get_attrs.p_attr_list = NULL;
455 if (p_result->get_attrs.attr_count && p_buf) {
456 p_result->get_attrs.p_attr_list = (uint32_t*)p_buf;
457 count = p_result->get_attrs.attr_count;
459 p_result->get_attrs.attr_count = count = (buf_len >> 2)
    [all...]
avrc_pars_ct.cc 567 p_result->get_attrs.num_attrs = 0;
571 p_result->get_attrs.num_attrs = num_attrs;
586 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:__anon106316
1530 tAVRC_GET_ATTRS_RSP get_attrs; \/* GetItemAttrs, GetElemAttrs *\/ member in union:__anon106336
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 217 def get_attrs(self): member in class:ExpectedUpdateEvent
    [all...]

Completed in 79 milliseconds