Searched refs:getrcfeatures_cb (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 140 .getrcfeatures_cb = [](const RawAddress& /* bd_addr */, int /* features */) { FAIL(); }, in __anon97df6eb30502() 200 btrc_ctrl_callbacks.getrcfeatures_cb = [](const RawAddress& bd_addr, int features) { in SetUp() 211 bt_rc_ctrl_callbacks->getrcfeatures_cb = [](const RawAddress& /*bd_addr*/, int /*features*/) {}; in TearDown() 399 btrc_ctrl_callbacks.getrcfeatures_cb = [](const RawAddress& /* bd_addr */, int /* features */) {}; in TEST_F()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_rc.h | 305 btrc_ctrl_getrcfeatures_callback getrcfeatures_cb; member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | avrcp.rs | 296 getrcfeatures_cb: Some(avrcp_getrcfeatures_cb), in initialize()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 537 base::BindOnce(bt_rc_ctrl_callbacks->getrcfeatures_cb, p_dev->rc_addr, rc_features)); in handle_rc_ctrl_features_all() 585 base::BindOnce(bt_rc_ctrl_callbacks->getrcfeatures_cb, p_dev->rc_addr, rc_features)); in handle_rc_ctrl_features()
|