Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc336 CASE_RETURN_STRING(AVRC_EVT_TRACK_REACHED_END); in dump_rc_notification_event_id()
Dbtif_rc.cc3305 case AVRC_EVT_TRACK_REACHED_END: in handle_notification_response()
3409 case AVRC_EVT_TRACK_REACHED_END: in handle_notification_response()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h384 #define AVRC_EVT_TRACK_REACHED_END 0x03 macro
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_ct.cc193 case AVRC_EVT_TRACK_REACHED_END: in avrc_parse_notification_rsp()
Davrc_bld_tg.cc593 case AVRC_EVT_TRACK_REACHED_END: /* 0x03 */ in avrc_bld_notify_rsp()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc659 std::make_pair(AVRC_EVT_TRACK_REACHED_END, "AVRC_EVT_TRACK_REACHED_END"), in TEST_F()