Home
last modified time | relevance | path

Searched refs:AVRC_BldCommand (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Davrc_api.h629 extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
/system/bt/btif/src/
Dbtif_rc.c1796 if (AVRC_BldCommand(&avrc_cmd, &p_msg) == AVRC_STS_NO_ERROR) in set_volume()
1852 BldResp=AVRC_BldCommand(&avrc_cmd, &p_msg); in register_volumechange()
3309 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in getcapabilities_cmd()
3357 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in list_player_app_setting_attrib_cmd()
3407 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in list_player_app_setting_value_cmd()
3461 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in get_player_app_setting_cmd()
3518 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in change_player_app_setting()
3576 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in get_player_app_setting_attr_text_cmd()
3633 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in get_player_app_setting_value_text_cmd()
3685 status = AVRC_BldCommand(&avrc_cmd, &p_msg); in register_notification_cmd()
[all …]
/system/bt/stack/avrc/
Davrc_bld_ct.c422 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt) in AVRC_BldCommand() function
Davrc_api.c490 if (AVRC_BldCommand ((tAVRC_COMMAND *)&avrc_cmd, &p_cmd) == AVRC_STS_NO_ERROR) in avrc_proc_far_msg()
504 if (AVRC_BldCommand ((tAVRC_COMMAND *)&avrc_cmd, &p_cmd) == AVRC_STS_NO_ERROR) in avrc_proc_far_msg()