Home
last modified time | relevance | path

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

/system/bt/service/
Davrcp_control.cc70 uint8_t key_state = key_pressed ? AVRC_STATE_PRESS : AVRC_STATE_RELEASE; in SendPassThroughCommand()
/system/bt/stack/include/
Davrc_defs.h129 #define AVRC_STATE_PRESS 0 macro
/system/bt/btif/src/
Dbtif_rc.cc808 if (p_remote_cmd->key_state == AVRC_STATE_PRESS) { in handle_rc_passthrough_cmd()
830 int pressed = (p_remote_cmd->key_state == AVRC_STATE_PRESS) ? 1 : 0; in handle_rc_passthrough_cmd()
1236 remote_cmd.key_state = AVRC_STATE_PRESS; in btif_rc_check_handle_pending_play()