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

  /system/bt/stack/avrc/
avrc_pars_ct.cc 459 p_result->list_app_attr.num_attr = 0;
462 BE_STREAM_TO_UINT8(p_result->list_app_attr.num_attr, p);
464 p_result->list_app_attr.num_attr);
466 if (p_result->list_app_attr.num_attr > AVRC_MAX_APP_ATTR_SIZE) {
468 p_result->list_app_attr.num_attr = AVRC_MAX_APP_ATTR_SIZE;
471 for (int xx = 0; xx < p_result->list_app_attr.num_attr; xx++) {
472 BE_STREAM_TO_UINT8(p_result->list_app_attr.attrs[xx], p);
avrc_bld_tg.cc     [all...]
  /system/bt/stack/include/
avrc_defs.h 1295 tAVRC_CMD list_app_attr; \/* ListPlayerAppAttr *\/ member in union:__anon2281
1513 tAVRC_LIST_APP_ATTR_RSP list_app_attr; \/* ListPlayerAppAttr *\/ member in union:__anon2301
    [all...]
  /system/bt/btif/src/
btif_rc.cc     [all...]

Completed in 59 milliseconds