Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/av/
Dbta_av_cfg.cc84 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
111 AVRC_EVT_PLAY_STATUS_CHANGE, AVRC_EVT_TRACK_CHANGE,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc334 CASE_RETURN_STRING(AVRC_EVT_PLAY_STATUS_CHANGE); in dump_rc_notification_event_id()
Dbtif_rc.cc3163 if ((p_rsp->param.event_id[xx] == AVRC_EVT_PLAY_STATUS_CHANGE) || in handle_get_capability_response()
3256 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
3361 case AVRC_EVT_PLAY_STATUS_CHANGE: in handle_notification_response()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h382 #define AVRC_EVT_PLAY_STATUS_CHANGE 0x01 macro
963 ((((a) >= AVRC_EVT_PLAY_STATUS_CHANGE) && ((a) <= AVRC_EVT_VOLUME_CHANGE)) \
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc141 case AVRC_EVT_PLAY_STATUS_CHANGE: in avrc_parse_notification_rsp()
Davrc_bld_tg.cc576 case AVRC_EVT_PLAY_STATUS_CHANGE: /* 0x01 */ in avrc_bld_notify_rsp()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc656 std::make_pair(AVRC_EVT_PLAY_STATUS_CHANGE, in TEST_F()