Home
last modified time | relevance | path

Searched refs:AVRC_STATE_RELEASE (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h196 #define BTA_AV_STATE_RELEASE AVRC_STATE_RELEASE /* key released */
/system/bt/btif/src/
Dbtif_rc.c739 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_cmd()
801 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_passthrough_rsp()
844 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_vendorunique_rsp()
1191 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
/system/bt/stack/include/
Davrc_defs.h115 #define AVRC_STATE_RELEASE 1 macro