Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc216 unsigned int rc_volume; member
464 p_dev->rc_volume = MAX_VOLUME; in initialize_device()
847 p_dev->rc_volume = MAX_VOLUME; in handle_rc_connect()
870 p_dev->rc_volume = MAX_VOLUME; in handle_rc_connect()
1898 p_dev->rc_volume = pavrc_resp->reg_notif.param.volume; in btif_rc_upstreams_rsp_evt()
1908 p_dev->rc_volume = pavrc_resp->volume.volume; in btif_rc_upstreams_rsp_evt()
2730 if (p_dev->rc_volume == volume) { in set_volume()
2736 if ((p_dev->rc_volume == volume) || in set_volume()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc463 btif_rc_cb.rc_multi_cb[0].rc_volume = 0; in TEST_F()