Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc160 auto vc_if = std::make_unique<VolumeControlIntf>( in GetVolumeControlProfile() local
164 internal::g_vc_if = vc_if.get(); in GetVolumeControlProfile()
166 return vc_if; in GetVolumeControlProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs196 let vc_if: cxx::UniquePtr<ffi::VolumeControlIntf>; in new() localVariable
199 vc_if = unsafe { ffi::GetVolumeControlProfile(intf.as_raw_ptr()) }; in new()
201 VolumeControl { internal: vc_if, is_init: false, is_enabled: false } in new()