Searched refs:hw_primary (Results 1 – 1 of 1) sorted by relevance
58 HWPrimary *hw_primary = NULL; in Create() local60 hw_primary = new HWPrimary(buffer_sync_handler, hw_info_intf); in Create()61 error = hw_primary->Init(eventhandler); in Create()63 delete hw_primary; in Create()65 *intf = hw_primary; in Create()72 HWPrimary *hw_primary = static_cast<HWPrimary *>(intf); in Destroy() local73 hw_primary->Deinit(); in Destroy()74 delete hw_primary; in Destroy()