Home
last modified time | relevance | path

Searched refs:AbsoluteVolume (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h326 class AbsoluteVolume { class in OHOS::Bluetooth::AvrcpCtResponse
328 explicit AbsoluteVolume(uint8_t volume) : volume_(volume) in AbsoluteVolume() function in OHOS::Bluetooth::AvrcpCtResponse::AbsoluteVolume
330 ~AbsoluteVolume() in ~AbsoluteVolume()
335 AbsoluteVolume() = delete;
401 // The unique pointer to the <b>AvrcpCtResponse::AbsoluteVolume</b> class.
402 std::unique_ptr<AbsoluteVolume> absVolume_ {nullptr};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp741 resp.absVolume_ = std::make_unique<AvrcpCtResponse::AbsoluteVolume>(volume); in OnSetAbsoluteVolume()

Completed in 5 milliseconds