Home
last modified time | relevance | path

Searched refs:btrc_register_notification_t (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/bluetooth/
Davrcp_register_notification_response.h29 AvrcpRegisterNotificationResponse(const btrc_register_notification_t& data);
32 const btrc_register_notification_t& data() const { return data_; } in data()
35 btrc_register_notification_t data_;
Davrcp_register_notification_response.cc26 const btrc_register_notification_t& data) in AvrcpRegisterNotificationResponse()
/system/bt/include/hardware/
Dbt_rc.h232 } btrc_register_notification_t; typedef
501 btrc_register_notification_t* p_param);
/system/bt/btif/src/
Dbtif_rc.cc1882 btrc_register_notification_t* p_param) { in register_notification_rsp()