Searched refs:vc_if (Results 1 – 2 of 2) sorted by relevance
160 auto vc_if = std::make_unique<VolumeControlIntf>( in GetVolumeControlProfile() local164 internal::g_vc_if = vc_if.get(); in GetVolumeControlProfile()166 return vc_if; in GetVolumeControlProfile()
196 let vc_if: cxx::UniquePtr<ffi::VolumeControlIntf>; in new() localVariable199 vc_if = unsafe { ffi::GetVolumeControlProfile(intf.as_raw_ptr()) }; in new()201 VolumeControl { internal: vc_if, is_init: false, is_enabled: false } in new()