Home
last modified time | relevance | path

Searched refs:AVRC_EVT_PLAY_STATUS_CHANGE (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/av/
Dbta_av_cfg.cc81 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
108 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
/system/bt/btif/src/
Dbtif_util.cc358 CASE_RETURN_STR(AVRC_EVT_PLAY_STATUS_CHANGE) in dump_rc_notification_event_id()
Dbtif_rc.cc3167 if ((p_rsp->param.event_id[xx] == AVRC_EVT_PLAY_STATUS_CHANGE) || in handle_get_capability_response()
3254 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
3367 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
/system/bt/stack/include/
Davrc_defs.h379 #define AVRC_EVT_PLAY_STATUS_CHANGE 0x01 macro
960 ((((a) >= AVRC_EVT_PLAY_STATUS_CHANGE) && ((a) <= AVRC_EVT_VOLUME_CHANGE)) \
/system/bt/stack/avrc/
Davrc_pars_ct.cc149 case AVRC_EVT_PLAY_STATUS_CHANGE: in avrc_parse_notification_rsp()
Davrc_bld_tg.cc569 case AVRC_EVT_PLAY_STATUS_CHANGE: /* 0x01 */ in avrc_bld_notify_rsp()