Searched refs:AVRC_BldCommand (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | avrc_api.h | 629 extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
|
/system/bt/btif/src/ |
D | btif_rc.c | 1796 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/ |
D | avrc_bld_ct.c | 422 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt) in AVRC_BldCommand() function
|
D | avrc_api.c | 490 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()
|