Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h67 bool absVolume_; // Compatible device query interface of service layer. variable
H A Davrcp_ct_connection.cpp35 absVolume_(absVolume), in AvrcCtConnectInfo()
985 result = info->absVolume_; in IsDisableAbsoluteVolume()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h402 std::unique_ptr<AbsoluteVolume> absVolume_ {nullptr};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp744 resp.absVolume_ = std::make_unique<AvrcpCtResponse::AbsoluteVolume>(volume); in OnSetAbsoluteVolume()