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.cc90 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
117 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
/system/bt/btif/src/
Dbtif_util.cc368 CASE_RETURN_STR(AVRC_EVT_PLAY_STATUS_CHANGE) in dump_rc_notification_event_id()
Dbtif_rc.cc3172 if ((p_rsp->param.event_id[xx] == AVRC_EVT_PLAY_STATUS_CHANGE) || in handle_get_capability_response()
3259 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
3372 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
/system/bt/stack/include/
Davrc_defs.h377 #define AVRC_EVT_PLAY_STATUS_CHANGE 0x01 macro
958 ((((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()