Searched refs:hCSInstance (Results 1 – 4 of 4) sorted by relevance
233 LVCS_Handle_t hCSInstance; /* Instance handle */ in LVM_GetInstanceHandle() local255 hCSInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()256 LVCS_Status = LVCS_Init(&hCSInstance, /* Create and initiailse */ in LVM_GetInstanceHandle()259 pInstance->hCSInstance = hCSInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()501 if (pInstance->hCSInstance != LVM_NULL) { in LVM_DelInstanceHandle()502 LVCS_DeInit(&pInstance->hCSInstance); in LVM_DelInstanceHandle()
156 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */ member
132 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */ in LVM_Process()
648 LVCS_Handle_t* hCSInstance = (LVCS_Handle_t*)pInstance->hCSInstance; in LVM_ApplyNewSettings() local697 CS_Status = LVCS_Control(hCSInstance, &CS_Params); in LVM_ApplyNewSettings()