Home
last modified time | relevance | path

Searched refs:rc_pending_play (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc462 btif_rc_cb.rc_multi_cb[0].rc_pending_play = 0; in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc213 uint16_t rc_pending_play; member
454 p_dev->rc_pending_play = false; in initialize_device()
966 p_dev->rc_pending_play = true; in handle_rc_passthrough_cmd()
972 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
974 p_dev->rc_pending_play = false; in handle_rc_passthrough_cmd()
1378 if (p_dev->rc_pending_play) { in btif_rc_check_handle_pending_play()
1403 p_dev->rc_pending_play = false; in btif_rc_check_handle_pending_play()